#New Order in the East event written by The Yogi, a.k.a. Johan Ortiz


#################################################
# Germany chooses occupation policy (split in two because of lots of text)
#################################################
event = { 
	id = 5200 
	random = no 
	country = GER
 
	trigger = { 
		war = { country = GER  country = SOV }
	}

	name = "Germany chooses occupation policy"
	desc = "Even before the beginning of the war in the east, there was debate between the Nazi higher-ups regarding the occupation and exploitation of the newly conquered areas. Two main alternatives arose: Himmler and the SS wanted a war of annihilation followed by ruthless exploitation of conquered territories and enslavement of the conquered peoples. The Soviet educated classes would be wiped out, and the remainder kept in the most abject poverty and ignorance. After the war, German colonists would rule as a master race of the enslaved Slavic peoples."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Examine the other options"
		command = { type = trigger which = 5201 } #choose between the plans
	}
}
#########################################################################
# Germany chooses occupation policy (split in two because of lots of text)
#########################################################################
event = { 
	id = 5201 
	random = no 
	country = GER 

	#triggered by GER5200 

	name = "Germany chooses occupation policy"
	desc = "The head of the Ostministerium, Alfred Rosenberg maintained that the war aim of the Reich should be to set up a buffer of puppet states between Germany and Russia. Until final victory, the occupied areas should be administered with reasonable harshness in order not to wreck their economic contribution to the German war effort. Finally, the Foreign Minister von Ribbentrop and former ambassador to Moscow Count von der Schulenburg, advocated a similar plan to Rosenberg's, the liberation the national minorities of the Soviet Union and recruiting them as allies in the crusade against Bolshevism. While Ribbentrop's motives were shady, Count von der Schulenburg knew the Soviets and realized Germany was in for tough fight where all help would be needed."

	style = 0



	action_a = {
		name = "Conquer, rule and exploit!"
		command = { type = trigger which = 5202 } #choose historical plan
	}


	action_b = {
		name = "The Rosenberg Plan"
		command = {  type = trigger which = 5203  } #choose Rosenberg plan
	}

	action_c = {
		name = "The Ribbentrop-Schulenburg Plan"
		command = { type = trigger which = 5204  } #choose Ribbentrop-Schulenburg plan
	}
}
##########################################################################
# We shall conquer, rule and exploit!
##########################################################################
event = { 
	id = 5202 
	random = no 
	country = GER
	
	#trigger by GER5201

	name = "We shall conquer, rule and exploit!"
	desc = "Historically, Rosenberg and the Ostministerium managed to defeat the Ribbentrop-Schulenburg plan, but were in turn overruled by Hitler. A regime of insane harshness and brutal exploitation was instituted in the occupied areas of the east."


	style = 0

	action_a = {
		name = "OK"
		command = { } #This event works as a flag
	}
}
##########################################################################
# The Rosenberg plan approved
##########################################################################
event = { 
	id = 5203 
	random = no 
	country = GER
	
	#triggered by GER5201

	name = "The Rosenberg plan approved"
	desc = "Alfred Rosenberg, head of the Ostministerium, envisaged a defensive belt of buffer states '...against Moscow, so as to free the German Reich from the Eastern Nightmare for centuries to come.' In the meantime, and above anything else, he wanted to maintain Ostministerium control of the occupied areas of the East against encroachments by Gring, Himmler and the SS."

	style = 0

	action_a = {
		name = "OK"
		command = { } #This event works as a flag
	}
}
##########################################################################
# The Ribbentrop-Schulenburg plan approved
##########################################################################
event = { 
	id = 5204 
	random = no 
	country = GER
	
	#triggered by GER5201

	name = "The Ribbentrop-Schulenburg plan approved"
	desc = "The motives behind von Ribbentrop's plan for the conquered areas was simple - as Foreign Minister, HE would have greater influence in a Europe of formally independent nations, as opposed to ones annexed to the Reich. He hoped for a world of make-believe diplomacy were the Foreign Minister of the Reich would always have the last word. Count von der Schulenburg on the other hand had been ambassador to Moscow, and perhaps better than anyone else understood the enormity of the task the Germans had set for themselves. Their plans for liberating the 'imprisoned nationalities' of the Soviet Union would maximize Soviet dissent and popular support for the Germans in the occupied areas. Stalin feared this approach more than anything and was constantly on guard against any signs of internal dissent."

	style = 0

	action_a = {
		name = "OK"
		command = { } #This event works as a flag
	}
}
##########################################################################
#Soviets minorities hope for liberation by Germany with Historical Policy
##########################################################################
event = { 
	id = 5205
	random = no 
	country = SOV

	trigger = {
		war = { country = GER  country = SOV }
		event = 5202 #Historical German occupation policy
		NOT = { event = 5205 } #A one time event causing dissent
	}

	name = "War encourages nationalist dissidents"
	desc = "To many Soviet citizens opposed to the Communist regime and especially in the non-Russian republics, the German invasion brought hopes of freedom. In many places the German soldiers were received with flowers and cheering."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "OK"
		command = { type = dissent value = 5 } 
	}
}
##########################################################################
#Soviets minorities hope for liberation by Germany with Rosenberg Plan
##########################################################################
event = { 
	id = 5206 
	random = no 
	country = SOV
	trigger = {
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan chosen
		NOT = { event = 5206 } #A one time event causing dissent
	}

	name = "German promises encourage nationalist dissidents"
	desc = "To many Soviet citizens opposed to the Communist regime and especially in the non-Russian republics, the German invasion brought hopes of freedom. In many places the German soldiers were received with flowers and cheering. As the Germans announced their intention to 'Free the imprisoned peoples of the Soviet Union' in accordance to the Rosenberg plan, non-Russian nationalists were considerably encouraged. The German announcement inevitably led to paranoid NKVD brutalities against non-Russians which alienated those still loyal to the Soviet regime."


	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 # Check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "OK"
		command = { type = dissent value = 10 } 
	}
}
####################################################################################
#Soviets minorities hope for liberation by Germany with Ribbentrop-Schulenburg Plan
####################################################################################
event = { 
	id = 5207 
	random = no 
	country = SOV
	trigger = {
		war = { country = GER  country = SOV }
		event = 5204 #Ribbentrop-Schulenburg plan chosen
		NOT = { event = 5207 } #A one time event causing dissent
	}

	name = "German promises encourage nationalist dissidents"
	desc = "To many Soviet citizens opposed to the Communist regime and especially in the non-Russian republics, the German invasion brought hopes of freedom. In many places the German soldiers were received with flowers and cheering. As the Germans announced their intention of immediate liberation of 'the imprisoned peoples of the Soviet Union' in accordance to the Ribbentrop-Schulenburg plan, non-Russian nationalists were jubilant. The German announcement inevitably led to paranoid NKVD brutalities against non-Russians which alienated those still loyal to the Soviet regime."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 # Check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "OK"
		command = { type = dissent value = 20 } 
	}
}
##################################################################################
# News of the German terror rallies the Soviets around Stalin!
##################################################################################
event = { 
	id = 5208 
	random = no
	persistent = yes
	country = SOV

	#triggered by German reprisals

	name = "News of the German terror rallies the Soviets around Stalin!"
	desc = "Reports of German atrocities in the occupied areas were first assumed to be propaganda lies by the jaded Soviet people, but gradually first hand accounts of the Nazi terror began to filter through the grapevine, steeling the resolve of the average Soviet citizen."

	style = 0

	action_a = {
		name = "All together for the Rodina! Death to the Hitlerites!"
		command = { type = dissent value =-2 }
	}
}
##################################################################################
# German troops commit atrocities in the occupied areas
##################################################################################
event = { 
	id = 5209
	random = no
	persistent = yes
	country = GER

	#triggered by anti-partisan sweep

	name = "German troops commit atrocities in the occupied areas"
	desc = "Despite the expressed intention of the Reich to liberate the national minorities of the Soviet Union, pre-war Nazi propaganda and racial doctrines insured that occasional atrocities against Soviet civilians would still occur, and anti-partisan operations made it almost inevitable. Leaving war crimes unpunished would cause them to multiply in number and severity, which in turn would affect both the German standing in the eyes of the world and the Soviet will to resist. Harsh measures against soldiers for acting on their National Socialist beliefs would on the other hand cause anger among hardcore Nazi's."

	style = 0

	
	action_a = {
		name = "Court martial and shoot them!"
		command = { type = dissent value = 2 }
		command = { type = trigger which = 5210 } #SOV
	}
	action_b = {
		name = "Be lenient with our brave soldiers."
		command = { type = trigger which = 5208 } #SOV
		command = { type = dissent value = -1 }
		command = { type = influence value = -2 }
	}
}
##################################################################################
# Anti-communist dissent encouraged in the USSR
##################################################################################
event = { 
	id = 5210
	random = no
	persistent = yes
	country = SOV

	#triggered by GER5209

	name = "Anti-communist dissent encouraged in the USSR"
	desc = "While official Soviet propaganda tried to depict German occupation as a regime of terror, first hand accounts of filtering through from the occupied areas told a different story. Among people critical to the Soviet regime the hope rose that the Germans had indeed come as liberators and not as conquerors."

	style = 0

	
	action_a = {
		name = "Let the NKVD root out these traitors!"
		command = { type = dissent value = 3 }
	}
}
#############################################################
# Bessarabia to Romania
#############################################################
event = { 
	id = 5211
	random = no 
	country = SOV 

	trigger = { 

		war = { country = ROM  country = SOV }

		owned = { province = 763 data = SOV } #Bessarabia must be Soviet-owned
		owned = { province = 767 data = SOV }

		NOT = {
			control = { province = 763 data = SOV } #Bessarabia must not be Soviet-held
			control = { province = 767 data = SOV }
		}
	}

	name = "Bessarabia to Romania"
	desc = "More than anything else, Romania desired to regain Bessarabia. As soon as the Red Army had been kicked out, Bessarabia was officially reunited with the Kingdom of Romania."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Cede Bessarabia to Romania"
		command = { type = secedeprovince which = ROM value = 763 }
		command = { type = secedeprovince which = ROM value = 767 }
	}
}
###################################################
# The fate of Eastern Poland - German event
###################################################
event = { 
	id = 5212
	random = no 
	country = GER 

	trigger = {

		war = { country = GER  country = SOV }


		control = { province = 642 data = GER } # Galicia and Biyalystok area must be German held
		control = { province = 649 data = GER }
		control = { province = 718 data = GER } 
		control = { province = 722 data = GER }
		control = { province = 725 data = GER }

		NOT = { 
			owned = { province = 642 data = GER }
			owned = { province = 649 data = GER }
			owned = { province = 718 data = GER }
			owned = { province = 722 data = GER }
			owned = { province = 725 data = GER }
		}
	}

	name = "The fate of Eastern Poland"
	desc = "Of the parts of Poland occupied by the USSR after the Molotov-Ribbentrop pact, Germany was clearly going to annex the Polish-ethnic areas, Suwalki and the Eastern bank of the Bug River. The future of the regions of Galicia and Bialystok was a more difficult matter. The oil-rich Bialystok area was inhabited by Byelorussians while Galicia was the very cradle of the Ukrainian nationalist movement. Historically, Bialystok was annexed to the Reich while Galicia (Lwow) was added to the Generalgouvernament of Poland under Hans Frank."


	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Annex everything including Bialystok area and Galicia"
		command = { type = trigger which = 5213 } #SOV		
	}
	action_b = {
		name = "Annex everything except Lwow, Galicia is for the Ukraine"
		command = { type = trigger which = 5214 } #SOV	
	}
	action_c = {
		name = "Annex everything except Biyalystok, it's for Byelorussia"
		command = { type = trigger which = 5215 } #SOV		
	}
	action_d = {
		name = "Annex only Suwalki and the east bank of the Bug."
		command = { type = trigger which = 5246 } #SOV		
	}
}
#############################################################
# Bialystok and Galicia Annexed - Soviet Event
#############################################################
event = { 
	id = 5213
	random = no 
	country = SOV 

	#triggered by GER5212

	name = "Bialystok and Galicia Annexed"
	desc = "Of the parts of Poland occupied by the USSR after the Molotov-Ribbentrop pact, Germany was clearly going to annex the Polish-ethnic areas, Suwalki and the Eastern bank of the Bug River. The future of the regions of Galicia and Bialystok was a more difficult matter. The oil-rich Bialystok area was inhabited by Byelorussians while Galicia was the very cradle of the Ukrainian nationalist movement. Historically, Bialystok was annexed to the Reich while Galicia (Lwow) was added to the Generalgouvernament of Poland under Hans Frank."

	style = 0

	action_a = {
		name = "Good riddance!"
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 722 }
		command = { type = secedeprovince which = GER value = 725 }
	}
}
#############################################################
# Bialystok Annexed - Soviet Event
#############################################################
event = { 
	id = 5214
	random = no 
	country = SOV 

	#triggered by GER 5212

	name = "Bialystok Annexed"
	desc = "Of the parts of Poland occupied by the USSR after the Molotov-Ribbentrop pact, Germany was clearly going to annex the Polish-ethnic areas, Suwalki and the Eastern bank of the Bug River. The future of the regions of Galicia and Bialystok was a more difficult matter. The oil-rich Bialystok area was inhabited by Byelorussians while Galicia was the very cradle of the Ukrainian nationalist movement. Historically, Bialystok was annexed to the Reich while Galicia (Lwow) was added to the Generalgouvernament of Poland under Hans Frank."

	style = 0

	action_a = {
		name = "Good riddance!"
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 722 }
	}
}
#############################################################
# Galicia Annexed - Soviet Event
#############################################################
event = { 
	id = 5215
	random = no 
	country = SOV 

	#triggered by GER 5212

	name = "Galicia Annexed"
	desc = "Of the parts of Poland occupied by the USSR after the Molotov-Ribbentrop pact, Germany was clearly going to annex the Polish-ethnic areas, Suwalki and the Eastern bank of the Bug River. The future of the regions of Galicia and Bialystok was a more difficult matter. The oil-rich Bialystok area was inhabited by Byelorussians while Galicia was the very cradle of the Ukrainian nationalist movement. Historically, Bialystok was annexed to the Reich while Galicia (Lwow) was added to the Generalgouvernament of Poland under Hans Frank."

	style = 0

	action_a = {
		name = "Good riddance!"
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 722 }
		command = { type = secedeprovince which = GER value = 725 }
	}
}
#############################################################
# Eastern bank of the Bug Annexed - Soviet Event
#############################################################
event = { 
	id = 5246
	random = no 
	country = SOV 

	#triggered by GER 5212

	name = "Eastern bank of the Bug Annexed "
	desc = "Of the parts of Poland occupied by the USSR after the Molotov-Ribbentrop pact, Germany was clearly going to annex the Polish-ethnic areas, Suwalki and the Eastern bank of the Bug River. The future of the regions of Galicia and Bialystok was a more difficult matter. The oil-rich Bialystok area was inhabited by Byelorussians while Galicia was the very cradle of the Ukrainian nationalist movement. Historically, Bialystok was annexed to the Reich while Galicia (Lwow) was added to the Generalgouvernament of Poland under Hans Frank."

	style = 0

	action_a = {
		name = "Good riddance!"
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 722 }
	}
}
#############################################################
# Transnestria to Romania with Historic policy
#############################################################
event = { 
	id = 5216
	random = no 
	country = GER 

	trigger = { 

		war = { country = GER  country = SOV }
		war = { country = ROM  country = SOV }

		alliance = { country = GER country = ROM }

		event = 5223 #Reichskommisariat Ukraina must exist
		
		NOT = {
			control = { province = 763 data = SOV } #Transnestria and Bessarabia must not be Soviet-held
			control = { province = 764 data = SOV }
			control = { province = 766 data = SOV }
			control = { province = 767 data = SOV }
			control = { province = 769 data = SOV }
		}
	}

	name = "Transnestria to Romania"
	desc = "Romania expected to be rewarded for its aid to Germany against the USSR with the region of Transnestria."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Cede Transnestria to Romania"
		command = { type = secedeprovince which = ROM value = 764 }
		command = { type = secedeprovince which = ROM value = 766 }
		command = { type = secedeprovince which = ROM value = 769 }
	}
}
#############################################################
# Transnestria to Romania with alternate policies
#############################################################
event = { 
	id = 5217
	random = no 
	country = GER 

	trigger = { 
		
		OR = {
			event = 5203 #Rosenberg plan
			event = 5204 #Ribbentrop plan
		}
		war = { country = GER  country = SOV }
		war = { country = ROM  country = SOV }
		alliance = { country = GER country = ROM }

		NOT = { exists = UKR } # The Ukraine has not been set up

		control = { province = 764 data = GER }
		control = { province = 766 data = GER }
		control = { province = 769 data = GER }
	}

	name = "Transnestria to Romania"
	desc = "Germany desired to reward the Romanian dictator Marshall Antonescu for his aid against the USSR by handing over to Romania the region of Transnestria."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Cede Transnestria to Romania"
		command = { type = trigger which = 5218 } #SOV		
	}
}
#############################################################
# Transnestria to Romania - Soviet Event
#############################################################
event = { 
	id = 5218
	random = no 
	country = SOV 

	#triggered by GER 5217

	name = "Transnestria to Romania"
	desc = "Germany desired to reward the Romanian dictator Marshall Antonescu for his aid against the USSR by handing over to Romania the region of Transnestria."

	style = 0

	action_a = {
		name = "The Romanians will learn to regret this!"
		command = { type = secedeprovince which = ROM value = 764 }
		command = { type = secedeprovince which = ROM value = 766 }
		command = { type = secedeprovince which = ROM value = 769 }
	}
}
#################################################
# Reichskommisariat Ostland - Gomel added
#################################################
event = { 
	id = 5219
	random = no 
	country = SOV 

	trigger = { 

		war = { country = GER  country = SOV }

		event = 5220 #Reichskommisariat Ostland must exist
				
		NOT = { 
			control = { province = 780 data = SOV } 

			control = { province = 776 data = SOV } #Front must have moved beyond Mogilev
			control = { province = 781 data = SOV }
			control = { province = 856 data = SOV }
		}
	}

	name = "Mogilev added to Reichskomissariat Ostland"
	desc = "The areas immediately behind the front were under German military administration, but as the front moved east, the civilian administration of the Ostministerium took over, either by adding areas to existing Reichskommisariats or by creating new ones. Once the Germans had cleared the remainder of Byelorussia, the area was added to Reichskommissariat Ostland."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "See if we care."

		command = { type = secedeprovince which = GER value = 780 }
	}
}
#################################################
# Reichskommisariat Ostland - German event
#################################################
event = { 
	id = 5220 
	random = no 
	country = GER 

	trigger = { 
		war = { country = GER  country = SOV }

		control = { province = 707 data = GER } #The 'star' and capital areas in Ostland must be German-held
		control = { province = 709 data = GER }
		control = { province = 715 data = GER }
		control = { province = 778 data = GER }

		event = 5202 #Historical occupation policy
				
		NOT = { 
			control = { province = 708 data = SOV }	#The rest of Ostland can be held by others
			control = { province = 712 data = SOV }
			control = { province = 713 data = SOV }
			control = { province = 714 data = SOV }	
			control = { province = 716 data = SOV }
			control = { province = 717 data = SOV }
			control = { province = 718 data = SOV }
			control = { province = 772 data = SOV }
			control = { province = 773 data = SOV }
			control = { province = 779 data = SOV }

			control = { province = 774 data = SOV } #The front must be beyond the borders of Ostland
			control = { province = 776 data = SOV } 
			control = { province = 780 data = SOV }
			control = { province = 781 data = SOV } 
			control = { province = 784 data = SOV }
			control = { province = 785 data = SOV }
			control = { province = 791 data = SOV }

		}
	}

	name = "Reichskommisariat Ostland"
	desc = "As the battle front moved eastward, the Ostministerium stood ready to take over the administration of the occupied areas from the Wehrmacht. Reichskommisariat Ostland was to include the Baltic States and the western two thirds of Byelorussia. As Reichskommisar was chosen Hinrich Lohse, a practical man that avoided the worst excesses in the interest of administrative efficiency."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Create Reichskommisariat Ostland"
		command = { type = trigger which = 5221 } #Soviet event to secede the Ostland provinces
	}

	action_b = {
		name = "Leave the area under military administration"
		command = { }
	}
}
#################################################
# Reichskommisariat Ostland - Soviet Event
#################################################
event = { 
	id = 5221 
	random = no 
	country = SOV 
	
	#triggered by GER5220 

	name = "Reichskommisariat Ostland"
	desc = "As the battle front moved eastward, the Ostministerium stood ready to take over the administration of the occupied areas from the Wehrmacht. Reichskommisariat Ostland was to include the Baltic States and the western two thirds of Byelorussia. As Reichskommisar was chosen Hinrich Lohse, a practical man that avoided the worst excesses in the interest of administrative efficiency."

	style = 0


	action_a = {
		name = "Damned Hitlerites, they will pay!"
		command = { type = secedeprovince which = GER value = 707 }
		command = { type = secedeprovince which = GER value = 708 }
		command = { type = secedeprovince which = GER value = 709 }
		command = { type = secedeprovince which = GER value = 712 }
		command = { type = secedeprovince which = GER value = 713 }
		command = { type = secedeprovince which = GER value = 714 }
		command = { type = secedeprovince which = GER value = 715 }
		command = { type = secedeprovince which = GER value = 716 }
		command = { type = secedeprovince which = GER value = 717 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 721 }
		command = { type = secedeprovince which = GER value = 772 }
		command = { type = secedeprovince which = GER value = 773 }
		command = { type = secedeprovince which = GER value = 778 }
		command = { type = secedeprovince which = GER value = 779 }
		command = { type = dissent value =-1 }
	}
}
#################################################
# Reichskommisariat Ukraina - German Event
#################################################
event = { 
	id = 5222 
	random = no 
	country = GER 
	trigger = { 

		war = { country = GER  country = SOV }



		control = { province = 775 data = GER }  #The 'star' areas in Ukraine must be German-held (Kiev) 

		event = 5202 #Historical occupation policy
				
		NOT = { 
			control = { province = 719 data = SOV } #The rest of Ukraine can be held by others
			control = { province = 721 data = SOV }
			control = { province = 722 data = SOV }
			control = { province = 725 data = SOV }
			control = { province = 764 data = SOV }
			control = { province = 766 data = SOV }
			control = { province = 769 data = SOV }
			control = { province = 770 data = SOV }
			control = { province = 774 data = SOV }
			control = { province = 776 data = SOV }
			control = { province = 865 data = SOV }

			control = { province = 772 data = SOV } #The front must be beyond Ukraina
			control = { province = 773 data = SOV }
			control = { province = 857 data = SOV }
			control = { province = 863 data = SOV }
			control = { province = 864 data = SOV }
		}
	}

	name = "Reichskommisariat Ukraina"
	desc = "As the battle front moved eastward, the Ostministerium stood ready to take over the administration of the occupied areas from the Wehrmacht. Reichskommisariat Ukraine was set up to include both the Polish and the Russian Ukraine. As Reichskommisar was chosen Erich Koch, despite vigorous protests from Ostminister Rosenberg. Koch, a close friend of Bormann and Gring was already notorious for sadism and corruption. He ruled according to the principles laid out by Himmler, a regime characterized by murder, terror and plunder. As a result the rich provinces of the Ukraine contributed very little to the German war effort. The Crimea and Don bend areas will be automatically added to the Reichskommisariat once the Wehrmacht have advanced beyond them."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Create Reichskommisariat Ukraine"
		command = { type = trigger which = 5223 } #Soviet event to secede the Ukraine provinces
		command = { type = industry which = 775 value =  -7 }
		command = { type = industry which = 764 value =  -2 }
		command = { type = industry which = 857 value =  -2 }
		command = { type = industry which = 864 value =  -2 }
	}

	action_b = {
		name = "Leave the area under military administration"
		command = { }
	}
}
#################################################
# Reichskommisariat Ukraina - Soviet Event
#################################################
event = { 
	id = 5223
	random = no 
	country = SOV 
	
	#triggered by GER5222 

	name = "Reichskommisariat Ukraina"
	desc = "As the battle front moved eastward, the Ostministerium stood ready to take over the administration of the occupied areas from the Wehrmacht. Reichskommisariat Ukraine was set up to include both the Polish and the Russian Ukraine. As Reichskommisar was chosen Erich Koch, despite vigorous protests from Ostminister Rosenberg. Koch, a close friend of Bormann and Gring was already notorious for sadism and corruption. He ruled according to the principles laid out by Himmler, a regime characterized by murder, terror and plunder. As a result the rich provinces of the Ukraine contributed very little to the German war effort."

	style = 0


	action_a = {
		name = "The Nazi's will pay for this!"

		command = { type = secedeprovince which = GER value = 719 }
		command = { type = secedeprovince which = GER value = 725 }
		command = { type = secedeprovince which = GER value = 764 }
		command = { type = secedeprovince which = GER value = 766 }
		command = { type = secedeprovince which = GER value = 769 }
		command = { type = secedeprovince which = GER value = 770 }
		command = { type = secedeprovince which = GER value = 774 }
		command = { type = secedeprovince which = GER value = 775 }
		command = { type = secedeprovince which = GER value = 776 }
		command = { type = secedeprovince which = GER value = 865 }
		command = { type = dissent value = -3 }
	}
}
#################################################
# Reichskommisariat Ukraina - Crimea added
#################################################
event = { 
	id = 5224
	random = no 
	country = SOV 

	trigger = { 

		war = { country = GER  country = SOV }

		event = 5223 #Reichskommisariat Ukraina must exist
				
		NOT = { 
			control = { province = 862 data = SOV } 
			control = { province = 863 data = SOV } # Stalino must not be in Soviet hands
		}
	}

	name = "Crimea added to Reichskomissariat Ukraina"
	desc = "The areas immediately behind the front were under German military administration, but as the front moved east, the civilian administration of the Ostministerium took over, either by adding areas to existing Reichskommisariats or by creating new ones. Once the Germans had cleared the Crimea, it was added to the domain of Reichskommisar Koch."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "See if we care."

		command = { type = secedeprovince which = GER value = 862 }
	}
}
###################################################
# Reichskommisariat Ukraina - Eastern Ukraine added
###################################################
event = { 
	id = 5225
	random = no 
	country = SOV 

	trigger = { 

		war = { country = GER  country = SOV }

		event = 5223 #Reichskommisariat Ukraina must exist

		NOT = { 
			control = { province = 857 data = SOV }
			control = { province = 863 data = SOV }
			control = { province = 864 data = SOV }

			control = { province = 855 data = SOV } #The front must have moved beyond the areas to be added.
			control = { province = 858 data = SOV }
			control = { province = 861 data = SOV }
		}
	}
	


	name = "Eastern Ukraine added to Reichskomissariat Ukraina"
	desc = "The areas immediately behind the front were under German military administration, but as the front moved east, the civilian administration of the Ostministerium took over, either by adding areas to existing Reichskommisariats or by creating new ones. Once the Germans had cleared Eastern Ukraine, it was added to the domain of Reichskommisar Koch."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "See if we care."

		command = { type = secedeprovince which = GER value = 857 }
		command = { type = secedeprovince which = GER value = 863 }
		command = { type = secedeprovince which = GER value = 864 }
		command = { type = dissent value = -1 }
	}
}
#################################################
# Reichskommisariat Moskau - German event
#################################################
event = { 
	id = 5226 
	random = no 
	country = GER 
	trigger = { 

		war = { country = GER  country = SOV }

		event = 5202 #Historical occupation policy
		event = 5221 #Reichskommisariat Ostland must be set up first

		control = { province = 781 data = GER } #The 'star' areas in western Russia must be German-held
		control = { province = 788 data = GER } 
		control = { province = 846 data = GER }

		NOT = { 
			control = { province = 791 data = SOV } #The rest of the areas can be held by others
			control = { province = 792 data = SOV }
			control = { province = 793 data = SOV }
			control = { province = 794 data = SOV }
			control = { province = 783 data = SOV }
			control = { province = 784 data = SOV }
			control = { province = 785 data = SOV }
			control = { province = 842 data = SOV }
			control = { province = 843 data = SOV }
			control = { province = 844 data = SOV }
			control = { province = 845 data = SOV }
			control = { province = 847 data = SOV }
			control = { province = 848 data = SOV }
			control = { province = 850 data = SOV }
			control = { province = 851 data = SOV }
			control = { province = 852 data = SOV }
			control = { province = 853 data = SOV }
			control = { province = 854 data = SOV }
			control = { province = 855 data = SOV }
			control = { province = 856 data = SOV }
			control = { province = 1227 data = SOV }
			control = { province = 1228 data = SOV }

			control = { province = 775 data = SOV } #Front must have moved beyond the borders of the Komissariat, except for wilderness areas (low infra)
			control = { province = 776 data = SOV }
			control = { province = 804 data = SOV }
			control = { province = 805 data = SOV }
			control = { province = 838 data = SOV }
			control = { province = 857 data = SOV }
			control = { province = 858 data = SOV }
		}
	}

	name = "Reichskommisariat Moskau"
	desc = "As the battle front moved eastward, the Ostministerium stood ready to take over the administration of the occupied areas from the Wehrmacht. Reichskommisariat Moskau was to include central European Russia. 
NOTE: Setting up Reichskommisariat Moskau will prevent a peaceful settlement with the USSR."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Create Reichskommisariat Moskau"
		command = { type = trigger which = 5227 } #Soviet event to secede lost Russian provinces
	}

	action_b = {
		name = "Leave the area under military administration"
		command = { }
	}
}
#################################################
# Reichskommisariat Moskau - Soviet Event
#################################################
event = { 
	id = 5227
	random = no 
	country = SOV 
	
	#triggered by GER5226 

	name = "Reichskommisariat Moskau"
	desc = "As the battle front moved eastward, the Ostministerium stood ready to take over the administration of the occupied areas from the Wehrmacht. Reichskommisariat Moskau was to include central European Russia."

	style = 0


	action_a = {
		name = "The Nazi's will pay for this!"
		command = { type = secedeprovince which = GER value = 781 }
		command = { type = secedeprovince which = GER value = 783 }
		command = { type = secedeprovince which = GER value = 784 }
		command = { type = secedeprovince which = GER value = 785 }
		command = { type = secedeprovince which = GER value = 788 }
		command = { type = secedeprovince which = GER value = 791 }
		command = { type = secedeprovince which = GER value = 792 }
		command = { type = secedeprovince which = GER value = 793 }
		command = { type = secedeprovince which = GER value = 794 }
		command = { type = secedeprovince which = GER value = 843 }
		command = { type = secedeprovince which = GER value = 844 }
		command = { type = secedeprovince which = GER value = 845 }
		command = { type = secedeprovince which = GER value = 846 }
		command = { type = secedeprovince which = GER value = 847 }
		command = { type = secedeprovince which = GER value = 848 }
		command = { type = secedeprovince which = GER value = 850 }
		command = { type = secedeprovince which = GER value = 851 }
		command = { type = secedeprovince which = GER value = 852 }
		command = { type = secedeprovince which = GER value = 853 }
		command = { type = secedeprovince which = GER value = 854 }
		command = { type = secedeprovince which = GER value = 855 }
		command = { type = secedeprovince which = GER value = 856 }
		command = { type = secedeprovince which = GER value = 1227 }
		command = { type = secedeprovince which = GER value = 1228 }
	}
}
#################################################
# Reichskommisariat Caucasus - German event
#################################################
event = { 
	id = 5228
	random = no 
	country = GER 
	trigger = { 

		war = { country = GER  country = SOV }

		event = 5202 #Historical occupation policy
		event = 5223 #Reichskommisariat Ukraina must be set up first

		control = { province = 1225 data = GER } #The 'star' areas in the Caucasus must be German-held
		control = { province = 1359 data = GER } 

		NOT = { 
			control = { province = 858 data = SOV }
			control = { province = 859 data = SOV }
			control = { province = 861 data = SOV }
			control = { province = 1227 data = SOV } #The rest of the areas can be held by others
			control = { province = 1228 data = SOV }
			control = { province = 1229 data = SOV }
			control = { province = 1230 data = SOV }
			control = { province = 1220 data = SOV }
			control = { province = 1222 data = SOV }
			control = { province = 1223 data = SOV }
			control = { province = 1224 data = SOV }
			control = { province = 1255 data = SOV }
			control = { province = 1256 data = SOV }
			control = { province = 1257 data = SOV }
			control = { province = 1258 data = SOV }
			control = { province = 1259 data = SOV }
			control = { province = 1260 data = SOV }
			control = { province = 1360 data = SOV }

			control = { province = 851 data = SOV } #Front must have moved beyond the borders of the Komissariat, except for wilderness areas (low infra)
			control = { province = 855 data = SOV }
			control = { province = 1248 data = SOV }
			control = { province = 1254 data = SOV }
		}
	}

	name = "Reichskommisariat Caucasus"
	desc = "As the battle front moved eastward, the Ostministerium stood ready to take over the administration of the occupied areas from the Wehrmacht. Reichskommisariat Caucasus was to include southern European Russia, as well as the Soviet Republics of Azerbaijan, Georgia and Armenia." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Create Reichskommisariat Caucasus"
		command = { type = trigger which = 5229 } #Soviet event to secede lost provinces
	}

	action_b = {
		name = "Leave the area under military administration"
		command = { }
	}
}
#################################################
# Reichskommisariat Caucasus - Soviet Event
#################################################
event = { 
	id = 5229
	random = no 
	country = SOV 
	
	#triggered by GER5228

	name = "Reichskommisariat Caucasus"
	desc = "As the battle front moved eastward, the Ostministerium stood ready to take over the administration of the occupied areas from the Wehrmacht. Reichskommisariat Caucasus was to include southern European Russia, as well as the Soviet Republics of Azerbaijan, Georgia and Armenia." 

	style = 0


	action_a = {
		name = "The Nazi's will pay for this!"
		command = { type = secedeprovince which = GER value = 858 }
		command = { type = secedeprovince which = GER value = 859 }
		command = { type = secedeprovince which = GER value = 861 }
		command = { type = secedeprovince which = GER value = 1229 }
		command = { type = secedeprovince which = GER value = 1230 }
		command = { type = secedeprovince which = GER value = 1220 }
		command = { type = secedeprovince which = GER value = 1222 }
		command = { type = secedeprovince which = GER value = 1223 }
		command = { type = secedeprovince which = GER value = 1224 }
		command = { type = secedeprovince which = GER value = 1225 }
		command = { type = secedeprovince which = GER value = 1255 }
		command = { type = secedeprovince which = GER value = 1256 }
		command = { type = secedeprovince which = GER value = 1257 }
		command = { type = secedeprovince which = GER value = 1258 }
		command = { type = secedeprovince which = GER value = 1259 }
		command = { type = secedeprovince which = GER value = 1260 }
		command = { type = secedeprovince which = GER value = 1359 }
		command = { type = secedeprovince which = GER value = 1360 }
		command = { type = dissent value = -3 }
	}
}
#################################################
# Liberation of the Baltic States - German event
#################################################
event = { 
	id = 5230 
	random = no 
	country = GER 
	trigger = { 

		war = { country = GER  country = SOV }

		event = 5204 #Ribbentrop-Schulenburg plan approved

		OR = { 
			owned = { province = 707 data = SOV } #At least one area of the baltic states must be Soviet owned
			owned = { province = 709 data = SOV } #because the Baltic States might not exist because Germany
			owned = { province = 715 data = SOV } #annexed them.
			owned = { province = 708 data = SOV }
			owned = { province = 712 data = SOV }
			owned = { province = 713 data = SOV }
			owned = { province = 714 data = SOV }
		} 
				
		NOT = { 
			control = { province = 707 data = SOV } #All of the Baltic States must be liberated 
			control = { province = 709 data = SOV }
			control = { province = 715 data = SOV }
			control = { province = 708 data = SOV }
			control = { province = 712 data = SOV }
			control = { province = 713 data = SOV }
			control = { province = 714 data = SOV }

			control = { province = 716 data = SOV } #Front must be beyond the Baltic States
			control = { province = 785 data = SOV }
		}
	}

	name = "Baltic Liberation"
	desc = "As the battle front moved eastward, the process of setting up client states in liberated land could begin, all in accordance to the Ribbentrop-Schulenburg plan." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Liberate Estonia, Latvia and Lithuania"
		command = { type = trigger which = 5231 }  # Soviet event to release the Baltic States
		command = { type = supplies value = -600 } # Arms and supplies given to the client regimes		
	}

	action_b = {
		name = "Leave the area under military administration"
		command = { type = dissent value = 5 } # But you PROMISED!
	}
}

#################################################
# Liberation of the Baltic states - Soviet Event
#################################################
event = { 
	id = 5231
	random = no 
	country = SOV 
	
	#triggered by GER5230

	name = "The Baltic states leave the Soviet Union"
	desc = "Set up by the Germans as client states, the Soviet Republics of Estonia, Latvia and Lithuania declared their independence from the Soviet Union. Seeing German promises materialize into reality fanned the flames of ethnic dissent in other non-Russian republics." 

	style = 0


	action_a = {
		name = "The traitors will regret this day!"
		command = { type = dissent value = 5 }
		command = { type = independence which = EST value = 1 }
		command = { type = trigger which = 5232 } # Estonia joins Axis
		command = { type = independence which = LAT value = 1 }
		command = { type = trigger which = 5233 } # Latvia joins Axis
		command = { type = independence which = LIT value = 1 }
		command = { type = trigger which = 5234 } # Lithuania joins Axis
	}
}
#########################################################################
# Estonia joins the Axis
#########################################################################
event = { 
	id = 5232
	random = no
	country = EST
	
	#Triggered by SOV5231
	
	name = "Estonia joins the Axis"
	desc = "The least we can do for our liberators is to fight at their side against their enemies."

	style = 0
	

	action_a = {
		name = "Join the Axis!"
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 150 }
		command = { type = manpowerpool value = 20 }
		command = { type = supplies value = 200 }
		command = { type = headofstate which = 26016 }
		command = { type = headofgovernment which = 26017 }
		command = { type = foreignminister which = 26018 }
		command = { type = armamentminister which = 26019 }
		command = { type = ministerofsecurity which = 26020 }
		command = { type = ministerofintelligence which = 26021 }
		command = { type = chiefofstaff which = 26022 }
		command = { type = chiefofarmy which = 26023 }
		command = { type = chiefofnavy which = 26024 }
		command = { type = chiefofair which = 26025 } 
	}
}
#########################################################################
# Latvia joins the Axis
#########################################################################
event = { 
	id = 5233
	random = no
	country = LAT
	
	#Triggered by SOV5231
	
	name = "Latvia joins the Axis"
	desc = "The least we can do for our liberators is to fight at their side against their enemies."

	style = 0
	

	action_a = {
		name = "Join the Axis!"
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 150 }
		command = { type = manpowerpool value = 40 }
		command = { type = supplies value = 200 }
		command = { type = headofstate which = 27011 }
		command = { type = headofgovernment which = 27012 }
		command = { type = foreignminister which = 27013 }
		command = { type = armamentminister which = 27014 }
		command = { type = ministerofsecurity which = 27015 }
		command = { type = ministerofintelligence which = 27016 }
		command = { type = chiefofstaff which = 27017 }
		command = { type = chiefofarmy which = 27018 }
		command = { type = chiefofnavy which = 27019 }
		command = { type = chiefofair which = 27020 } 
	}
}
#########################################################################
# Lithuania joins the Axis
#########################################################################
event = { 
	id = 5234
	random = no
	country = LIT
	
	#Triggered by SOV5231
	
	name = "Latvia joins the Axis"
	desc = "The least we can do for our liberators is to fight at their side against their enemies."

	style = 0
	

	action_a = {
		name = "Join the Axis!"
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 150 }
		command = { type = manpowerpool value = 50 }
		command = { type = supplies value = 200 }
		command = { type = headofstate which = 28021 }
		command = { type = headofgovernment which = 28022 }
		command = { type = foreignminister which = 28023 }
		command = { type = armamentminister which = 28024 }
		command = { type = ministerofsecurity which = 28025 }
		command = { type = ministerofintelligence which = 28026 }
		command = { type = chiefofstaff which = 28027 }
		command = { type = chiefofarmy which = 28028 }
		command = { type = chiefofnavy which = 28029 }
		command = { type = chiefofair which = 28030 } 
	}
}
#################################################
# Liberation of the Ukraine - German event
#################################################
event = { 
	id = 5235
	random = no 
	country = GER 
	trigger = { 

		war = { country = GER  country = SOV }

		event = 5204 #Ribbentrop-Schulenburg plan approved

		NOT = { exists = UKR } #Ukraine must not exist already
				
		NOT = { 
			control = { province = 775 data = SOV } # All of western Ukraine must be liberated
			control = { province = 719 data = SOV }
			control = { province = 721 data = SOV }
			control = { province = 722 data = SOV }
			control = { province = 725 data = SOV }
			control = { province = 764 data = SOV }
			control = { province = 766 data = SOV }
			control = { province = 769 data = SOV }
			control = { province = 770 data = SOV }
			control = { province = 773 data = SOV }
			control = { province = 774 data = SOV }
			control = { province = 776 data = SOV }
			control = { province = 865 data = SOV }

			control = { province = 772 data = SOV } #The front must be beyond the Ukraine
			control = { province = 780 data = SOV }
			control = { province = 855 data = SOV }
			control = { province = 856 data = SOV }
			control = { province = 857 data = SOV }
			control = { province = 863 data = SOV }
			control = { province = 864 data = SOV }
		}
	}

	name = "Liberation of the Ukraine"
	desc = "With German blessing and support, the Organization of Ukrainian Nationalists (OUN) under Andrew Melnyk and Stepan Bandera declared independence from the USSR. The new state had substantial claims on the territories of eastern Ukraine, areas still under USSR or German military control. Those claims would have to wait for the future though."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Liberate the Ukraine"
		command = { type = trigger which = 5236 } #Soviet event to release the Ukraine
		command = { type = supplies value = -500 } #Arms and supplies given to the client regimes		
	}

	action_b = {
		name = "Leave the area under military administration"
		command = { type = dissent value = 10 } # But you PROMISED!
	}
}
#################################################
# Liberation of the Ukraine - Soviet Event
#################################################
event = { 
	id = 5236
	random = no 
	country = SOV 
	
	#triggered by GER5235

	name = "The Ukraine declares independence"
	desc = "With German blessing and support, the Organization of Ukrainian Nationalists (OUN) under Andrew Melnyk and Stepan Bandera declared independence. Ukrainians all over the Soviet Union suddenly came under suspicion of disloyalty, and many actually did sympathize more with their new homeland than with the USSR."

	style = 0

	action_a = {
		name = "The traitors will regret this day!"
		command = { type = dissent value = 10 }
		command = { type = independence which = UKR value = 1 }
		command = { type = trigger which = 5237 } #UKR event
	}
}
#########################################################################
#  The Ukraine joins the Axis
#########################################################################
event = { 
	id = 5237
	random = no
	country = UKR
	
	#Triggered by SOV5236
	
	name = "The Ukraine joins the Axis"
	desc = "The least we can do for our liberators is to fight at their side against their enemies and liberate the rest of our country."

	style = 0
	

	action_a = {
		name = "Join the Axis!"
		command = { type = add_division which = infantry value = artillery }
		command = { type = add_division which = infantry value = artillery }
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 200 }
		command = { type = manpowerpool value = 120 }
		command = { type = supplies value = 500 }
		command = { type = headofstate which = 67001 }
		command = { type = headofgovernment which = 67035 }
		command = { type = foreignminister which = 67011 }
		command = { type = armamentminister which = 67012 }
		command = { type = ministerofsecurity which = 67013 }
		command = { type = ministerofintelligence which = 67006 }
		command = { type = chiefofstaff which = 67007 }
		command = { type = chiefofarmy which = 67051 }
		command = { type = chiefofnavy which = 67014 }
		command = { type = chiefofair which = 67015 } 
		command = { type = addcore which = 855 }
		command = { type = addcore which = 857 }
		command = { type = addcore which = 858 }
		command = { type = addcore which = 859 }
		command = { type = addcore which = 861 }
		command = { type = addcore which = 862 }
		command = { type = addcore which = 863 }
		command = { type = addcore which = 864 }
	}
}
#################################################
# Liberation of Byelorussia - German event
#################################################
event = { 
	id = 5238
	random = no 
	country = GER 
	trigger = { 

		war = { country = GER  country = SOV }

		event = 5204 #Ribbentrop-Schulenburg plan approved
		
		NOT = { exists = BLR } #Byelorussia must not exist already
		
		NOT = { 
			control = { province = 778 data = SOV } #All of Byelorussia must be liberated
			control = { province = 716 data = SOV } 
			control = { province = 717 data = SOV }
			control = { province = 718 data = SOV }
			control = { province = 721 data = SOV }
			control = { province = 722 data = SOV }
			control = { province = 723 data = SOV }
			control = { province = 779 data = SOV }
			control = { province = 780 data = SOV }

			control = { province = 708 data = SOV } #The front must be beyond Byelorussia
			control = { province = 713 data = SOV }
			control = { province = 714 data = SOV }
			control = { province = 774 data = SOV }
			control = { province = 776 data = SOV }
			control = { province = 781 data = SOV }
			control = { province = 784 data = SOV }
			control = { province = 785 data = SOV }
			control = { province = 856 data = SOV }
		}
	}

	name = "Liberation of Byelorussia"
	desc = "In contrast to the Ukraine, there was no strong nationalist movement in Byelorussia. Consequently the Reich brought in the government in exile of the post-WW1 Belarusian republic, the Rada. Rada Chairman Vasil Zakharka was appointed President but German influence was assured by the appointment of the Professor Radaslaw Astrowski as Prime Minister."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Liberate Byelorussia"
		command = { type = trigger which = 5239 } #Soviet event to release Byelorussia
		command = { type = supplies value = -400 } #Arms and supplies given to the client regimes		
	}

	action_b = {
		name = "Leave the area under military administration"
		command = { type = dissent value = 5 } # But you PROMISED!
	}
}
#################################################
# Liberation of Byelorussia - Soviet Event
#################################################
event = { 
	id = 5239
	random = no 
	country = SOV 
	
	#triggered by GER5238

	name = "Byelorussia declares independence"
	desc = "In contrast to the Ukraine, there was no strong nationalist movement in Byelorussia. Consequently the Reich brought in the government in exile of the post-WW1 Belarusian republic, the Rada. Rada Chairman Vasil Zakharka was appointed President but German influence was assured by the appointment of Professor Radaslaw Astrowski as Prime Minister. With a stroke of a pen, all Soviet citizens of Byelorussian origin became suspect in the eyes of the NKVD - and the NKVD had a habit of acting upon its suspicions."

	style = 0

	action_a = {
		name = "The traitors will regret this day!"
		command = { type = dissent value = 5 }
		command = { type = independence which = BLR value = 1 }
		command = { type = trigger which = 5240 } #BLR
	}
}
#########################################################################
#  Byelorussia joins the Axis
#########################################################################
event = { 
	id = 5240
	random = no
	country = BLR
	
	#Triggered by SOV5239
	
	name = "Byelorussia joins the Axis"
	desc = "The least we can do for our liberators is to fight at their side against their enemies."

	style = 0
	

	action_a = {
		name = "Join the Axis!"
		command = { type = add_division which = infantry value = 0 }
		command = { type = add_division which = infantry value = 0 }
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 200 }
		command = { type = manpowerpool value = 120 }
		command = { type = supplies value = 400 }
		command = { type = headofstate which = 67101 }
		command = { type = headofgovernment which = 67100 }
		command = { type = foreignminister which = 67111 }
		command = { type = armamentminister which = 67112 }
		command = { type = ministerofsecurity which = 67113 }
		command = { type = ministerofintelligence which = 67114 }
		command = { type = chiefofstaff which = 67115 }
		command = { type = chiefofarmy which = 67116 }
		command = { type = chiefofnavy which = 67117 }
		command = { type = chiefofair which = 67118 } 
	}
}
######################################################
# Liberation of the Caucasus - German event
######################################################
event = { 
	id = 5241
	random = no 
	country = GER 
	trigger = { 

		war = { country = GER  country = SOV }

		event = 5204 #Ribbentrop-Schulenburg plan approved

		OR = { 
			NOT = { exists = ARM } #at least one of the caucasian republics must not exist
			NOT = { exists = AZB }
			NOT = { exists = GEO }
		}
				
		NOT = { 
			control = { province = 1220 data = SOV } #All of Georgia must be liberated
			control = { province = 1258 data = SOV }

			control = { province = 1260 data = SOV } #All of Armenia must be liberated

			control = { province = 1259 data = SOV } #All of Azerbaijan must be liberated
			control = { province = 1359 data = SOV }
			control = { province = 1360 data = SOV }
		}
	}

	name = "Liberation of the Caucasus"
	desc = "The Caucasus was divided by a plethora of ethnic and religious groups - the Muslim Azeris and the Christian Georgians and Armenians were the major groups but many other existed - Dagestanis, Abkhazians, Chechnyans, Kalmuks. Most of them had fiercely resisted Russian conquest during the 19th century, and now the chance for independence had come again."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Liberate the Caucasus"
		command = { type = trigger which = 5242 } #Soviet event to release the republics
		command = { type = supplies value = -600 } #Arms and supplies given to the client regimes		
	}

	action_b = {
		name = "Leave the area under military administration"
		command = { type = dissent value = 5 } # But you PROMISED!
	}
}
#################################################
# Liberation of The Caucasus - Soviet Event
#################################################
event = { 
	id = 5242
	random = no 
	country = SOV 
	
	#triggered by GER5241

	name = "Armenia, Georgia and Azerbaijan declare independence"
	desc = "The Caucasus was divided by a plethora of ethnic and religious groups - the Muslim Azeris and the Christian Georgians and Armenians were the major groups but many other existed - Dagestanis, Abkhazians, Chechnyans, Kalmuks. Most of them had fiercely resisted Russian conquest during the 19th century, and now the chance for independence had come again."

	style = 0

	action_a = {
		name = "Arrgh!"
		command = { type = dissent value = 5 }
		command = { type = independence which = GEO value = 1 }
		command = { type = trigger which = 5243 } #GEO
		command = { type = independence which = ARM value = 1 }
		command = { type = trigger which = 5244 } #ARM
		command = { type = independence which = AZB value = 1 }
		command = { type = trigger which = 5245 } #AZB
	}
}
#########################################################################
#  Georgia joins the Axis
#########################################################################
event = { 
	id = 5243
	random = no
	country = GEO
	
	#triggered by SOV5242
	
	name = "Georgia joins the Axis"
	desc = "The least we can do for our liberators is to fight at their side against their enemies."

	style = 0
	

	action_a = {
		name = "Join the Axis!"
		command = { type = add_division which = infantry value = 0 }
		command = { type = add_division which = infantry value = 0 }
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 200 }
		command = { type = manpowerpool value = 120 }
		command = { type = supplies value = 200 }
		command = { type = headofstate which = 67401 }
		command = { type = headofgovernment which = 67400 }
		command = { type = foreignminister which = 67411 }
		command = { type = armamentminister which = 67412 }
		command = { type = ministerofsecurity which = 67413 }
		command = { type = ministerofintelligence which = 67414 }
		command = { type = chiefofstaff which = 67415 }
		command = { type = chiefofarmy which = 67416 }
		command = { type = chiefofnavy which = 67417 }
		command = { type = chiefofair which = 67418 }
	}
}
#########################################################################
#  Armenia joins the Axis
#########################################################################
event = { 
	id = 5244
	random = no
	country = ARM
	
	#triggered by SOV5242
	
	name = "Armenia joins the Axis"
	desc = "The least we can do for our liberators is to fight at their side against their enemies."

	style = 0
	

	action_a = {
		name = "Join the Axis!"
		command = { type = add_division which = infantry value = 0 }
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 200 }
		command = { type = manpowerpool value = 20 }
		command = { type = supplies value = 200 }
		command = { type = addcore which = 1263 } #claims on Turkey
		command = { type = headofstate which = 67201 }
		command = { type = headofgovernment which = 67200 }
		command = { type = foreignminister which = 67211 }
		command = { type = armamentminister which = 67212 }
		command = { type = ministerofsecurity which = 67213 }
		command = { type = ministerofintelligence which = 67214 }
		command = { type = chiefofstaff which = 67215 }
		command = { type = chiefofarmy which = 67216 }
		command = { type = chiefofnavy which = 67217 }
		command = { type = chiefofair which = 67218 }
		command = { type = addcore which = 1263 } #claims on armenian lands in Turkey
		command = { type = addcore which = 1360 } #claims on Nagorno-Karabach
	}
}
#########################################################################
#  Azerbaijan joins the Axis
#########################################################################
event = { 
	id = 5245
	random = no
	country = AZB
	
	#triggered by SOV5242
	
	name = "Azerbaijan joins the Axis"
	desc = "The least we can do for our liberators is to fight at their side against their enemies."

	style = 0
	

	action_a = {
		name = "Join the Axis!"
		command = { type = add_division which = infantry value = 0 }
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 200 }
		command = { type = manpowerpool value = 20 }
		command = { type = supplies value = 200 }
		command = { type = headofstate which = 67301 }
		command = { type = headofgovernment which = 67300 }
		command = { type = foreignminister which = 67311 }
		command = { type = armamentminister which = 67312 }
		command = { type = ministerofsecurity which = 67313 }
		command = { type = ministerofintelligence which = 67314 }
		command = { type = chiefofstaff which = 67315 }
		command = { type = chiefofarmy which = 67316 }
		command = { type = chiefofnavy which = 67317 }
		command = { type = chiefofair which = 67318 }
	}
}
#########################################################################
#  Germany turns control of occupied Soviet areas to Russia
#########################################################################
event = { 
	id = 5247
	random = no
	country = GER
	
	#triggered by RUS Russian Republic joins the Axis
	
	name = "Germany turns control of occupied Soviet areas to Russia"
	desc = "Any areas still under German control will be turned over to our Russian allies."

	style = 0

	action_a = {
		name = "OK"
		command = { type = control which = RUS value = 805 } #Russian areas loyal to USSR
		command = { type = control which = RUS value = 807 }
		command = { type = control which = RUS value = 811 }
		command = { type = control which = RUS value = 822 }
		command = { type = control which = RUS value = 834 }
		command = { type = control which = RUS value = 838 }
		command = { type = control which = RUS value = 839 }
		command = { type = control which = RUS value = 846 }
		command = { type = control which = RUS value = 851 }
		command = { type = control which = RUS value = 854 }
		command = { type = control which = RUS value = 1225 }
		command = { type = control which = RUS value = 1233 }
		command = { type = control which = RUS value = 1235 }
		command = { type = control which = RUS value = 1236 }
		command = { type = control which = RUS value = 1237 }
		command = { type = control which = RUS value = 1239 }
		command = { type = control which = RUS value = 1240 }
		command = { type = control which = RUS value = 1241 }
		command = { type = control which = RUS value = 1242 }
		command = { type = control which = RUS value = 1243 }
		command = { type = control which = RUS value = 1244 }
		command = { type = control which = RUS value = 1248 }
		command = { type = control which = RUS value = 1249 }
		command = { type = control which = RUS value = 1250 }
		command = { type = control which = RUS value = 1372 }
		command = { type = control which = RUS value = 1373 }
		command = { type = control which = RUS value = 1374 }
	}
}
###########################################################################################
# Soviet war on the Baltic States (In case these still exists when war with Germany begins)
###########################################################################################
event = { 
	id = 5250
	random = no
	country = SOV

	trigger = {

		war = { country = SOV country = GER }

		OR = {	
			war = { country = GER country = ENG } #Germany must be at war with the Allies
			war = { country = GER country = FRA }
			war = { country = GER country = USA }
		}

		OR = {
			exists = EST
			exists = LIT
			exists = LAT	
		}

		NOT = { 
			OR = {
				alliance = { country = EST country = ENG } #The baltic states must not be in the Allies
				alliance = { country = EST country = FRA }
				alliance = { country = EST country = USA }
				alliance = { country = LIT country = ENG }
				alliance = { country = LIT country = FRA }
				alliance = { country = LIT country = USA }
				alliance = { country = LAT country = ENG }
				alliance = { country = LAT country = FRA }
				alliance = { country = LAT country = USA }
			}
		}
	}

	name = "Soviet war on the Baltic States"
	desc = "The Stavka was very aware that the defiant Baltic States, with their pathetic defences and anti-Soviet populations could not be trusted to keep the Wehrmacht back. In fact their territory constituted a German express-way to Leningrad. This could not be tolerated!"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 5 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Declare war!"
		command = { type = war which = EST }
		command = { type = war which = LIT }
		command = { type = war which = LAT }
	}
	action_b = {
		name = "Leave them be!"
		command = { }
	}
}


###########################################################################################
# Finnish Continuation War
###########################################################################################
event = { 
	id = 5251
	random = no
	country = FIN

	trigger = {

		war = { country = SOV country = GER }

		event = 2628 #End of the Finnish Winter War - Finns accepts
	}

	name = "Finnish Continuation War"
	desc = "After their defeat in the winter war, the Finns were hungry for revenge. The Russo-German war gave them a chance not only to take back what was theirs, but to liberate and incorporate their Finnish brethren in 'Far Karelia' into a Greater Finland."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Declare war!"
		command = { type = war which = SOV }
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 50 }
		command = { type = chiefofarmy which = 29080 } #Mannerheim is appointed chief of the Army
		command = { type = addcore which = 804 } #claims on Petrozadovsk

	}
	action_b = {
		name = "We have seen enough war!"
		command = { type = alignment which = democratic value = 75 }
	}
}
#################################################
# Karelia & Petrozadovsk to Finland
#################################################
event = { 
	id = 5252 
	random = no 
	country = SOV 
	trigger = {

		NOT = {
			control = { province = 787 data = SOV } # Soviet forces must have been cleared out
			control = { province = 803 data = SOV }
			control = { province = 804 data = SOV }
		}

		war = { country = GER  country = SOV }
		war = { country = FIN  country = SOV }
	}

	name = "Karelia & Petrozadovsk to Finland"
	desc = "As German forces advanced from the Baltic to the Black Sea, Finland was not late to seize the chance for revenge. As soon as the previously lost areas and Finn-inhabited Far Karelia had been cleared of Soviet forces, they were officially declared part of the Republic of Finland."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Damn them!"
		command = { type = secedeprovince which = FIN value = 787 }
		command = { type = secedeprovince which = FIN value = 803 }
		command = { type = secedeprovince which = FIN value = 804 }
	}
}
###########################################################################################
# End of Finnish Continuation War
###########################################################################################
event = { 
	id = 5253
	random = no
	country = FIN

	trigger = {

		war = { country = SOV country = GER }
		war = { country = SOV country = FIN }

		event = 5251 #Finnish Continuation War

		control = { province = 788 data = SOV } #The USSR controls Leningrad
		control = { province = 846 data = SOV } #The USSR controls Moscow
		control = { province = 1225 data = SOV } #The USSR controls Stalingrad

		OR = {
			control = { province = 778 data = SOV } #The USSR controls Minsk
			control = { province = 775 data = SOV } #The USSR controls Kiev
		}

		OR = {
			event = 5270 #Leningrad mobilizes for defense
			event = 5275 #Moscow mobilizes for defense
		}

		owned = { province = 787 data = FIN } #Finland has recaptured the areas lost in the winter war
		owned = { province = 803 data = FIN }
		
		OR = {
			control = { province = 706 data = SOV } #The USSR has taken Helsinki
			AND = {
				control = { province = 787 data = SOV } #The USSR has taken them again
				control = { province = 803 data = SOV }
			}
		}
	}

	name = "End of Finnish Continuation War"
	desc = "It was becoming obvious that Germany was not going to win the war, and Finlands own situation was bad and growing worse. With a heavy heart, the Finnish Government decided to try to cut its losses and offer the USSR an honourable peace."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Offer peace based on pre-war border"
		command = { type = trigger which = 5254 } #SOV
	}
	action_b = {
		name = "We'll never surrender!"
		command = { type = alignment which = fascist value = 50 }
	}
}
###########################################################################################
# End of Finnish Continuation War - Soviet event
###########################################################################################
event = { 
	id = 5254
	random = no
	country = SOV

	#triggered by FIN5253

	name = "Finland offers Peace"
	desc = "It was becoming obvious that Germany was not going to win the war, and Finlands own situation was bad and growing worse. The Soviet leadership were thus not surprised to see Finland seek a separate peace. Their offer was a return to post-winter war borders."

	style = 0

	action_a = {
		name = "Give us Petsamo and its a deal!"
		command = { type = trigger which = 5255 } #FIN
	}
	action_b = {
		name = "Demand Finland go Communist!"
		command = { type = trigger which = 5256 } #FIN
	}
}
###########################################################################################
# Soviets demand Petsamo
###########################################################################################
event = { 
	id = 5255
	random = no
	country = FIN

	#triggered by SOV5254

	name = "Soviets demand Petsamo!"
	desc = "The USSR agreed to the Finnish proposal on the condition that Petsamo would also be ceded."

	style = 0

	action_a = {
		name = "We agree!"
		command = { type = peace which = SOV value = 1 }
		command = { type = leave_alliance }
		command = { type = end_access which = GER }
		command = { type = access which = SOV }
		command = { type = secedeprovince which = SOV  value = 787 } #Viipuri
		command = { type = secedeprovince which = SOV  value = 803 } #Sortavaala
		command = { type = secedeprovince which = SOV  value = 804 } #Petrozadovsk
		command = { type = secedeprovince which = SOV  value = 821 } #Petsamo
		command = { type = removecore which = 787 } #Finland renounces all claims to the lost areas
		command = { type = removecore which = 803 }
		command = { type = removecore which = 804 }
		command = { type = removecore which = 821 }
	}
	action_b = {
		name = "Never!"
		command = { type = alignment which = fascist value = 50 }
	}
}
###########################################################################################
# Soviets demand Communist Government
###########################################################################################
event = { 
	id = 5256
	random = no
	country = FIN

	#triggered by SOV5354

	name = "Soviets demand Communist Government!"
	desc = "The USSR agreed to the Finnish proposal on the condition that the Finnish Government should resign and be replaced with the Communist Government in exile in Moscow, under Otto Ville Kuusinen."

	style = 0

	action_a = {
		name = "To the last man, to the last bullet!"
		command = { type = alignment which = communist value = -50 }
		command = { type = dissent value = -50 }
	}
	action_b = {
		name = "Better Red than Dead!"
		command = { type = alignment which = communist value = 150 }
		command = { type = peace which = SOV value = 1 }
		command = { type = leave_alliance }
		command = { type = end_access which = GER }
		command = { type = access which = SOV }
		command = { type = secedeprovince which = SOV  value = 787 } #Viipuri
		command = { type = secedeprovince which = SOV  value = 803 } #Sortavaala
		command = { type = secedeprovince which = SOV  value = 804 } #Petrozadovsk
		command = { type = removecore which = 787 } #Finland renounces all claims to the lost areas
		command = { type = removecore which = 803 }
		command = { type = removecore which = 804 }
		command = { type = headofstate which = 29047 }# Otto Ville Kuusinen
		command = { type = headofgovernment which = 29048 }#Otto Ville Kuusinen
		command = { type = foreignminister which = 29049 } #Otto Ville Kuusinen
		command = { type = armamentminister which = 29050 }#Mauritz Rosenberg
		command = { type = ministerofsecurity which = 29051 }#Inkeri Lehtinen
		command = { type = ministerofintelligence which = 29052 }#Tuure Lehen
		command = { type = chiefofstaff which = 29053 }#Akseli Anttila
		command = { type = chiefofarmy which = 29054  }#Akseli Anttila
		command = { type = chiefofnavy which = 29055 }#Akseli Anttila
		command = { type = chiefofair which = 29056 }#Akseli Anttila
	}
}
##########################################################
# Leningrad mobilizes for defense
##########################################################
event = { 
	id = 5270
	random = no
	country = SOV
	trigger = {
		
		atwar = yes #The USSR is at war
		control = { province = 788 data = SOV }
		NOT = { #This event should not fire if the USSR is at war only with Estonia
			war = { country = EST  country = SOV }
			control = { province = 707 data = EST }
			NOT = {
				war = { country = GER  country = SOV }
			}
		}			
		OR = { 
			AND = { owned = { province = 787 } #should not fire if Viipuri hasn't been conquered
				NOT = { control = { province = 787 data = SOV } }
			}
			NOT = { control = { province = 707 data = SOV } }
			NOT = { control = { province = 708 data = SOV } }
			NOT = { control = { province = 783 data = SOV } }
			NOT = { control = { province = 785 data = SOV } }
			NOT = { control = { province = 791 data = SOV } }
			NOT = { control = { province = 792 data = SOV } }
			NOT = { control = { province = 793 data = SOV } }
			NOT = { control = { province = 794 data = SOV } }
		}
	}

	name = "Leningrad mobilizes for defense"
	desc = "As enemy troops pushed closer to the 'cradle of the revolution', the communist party mobilized its enormous human resources. Half a million civilians were used in the construction of a wide defensive perimeter around the city, and tens of thousands of workers were organized into militia units by the 'Opolchenye' (Peoples Army). Within a month the city of Leningrad was turned into an inexpugnable fortress."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Build defensive perimeter and mobilize the Opolchenye!"
		command = { type = supplies value = -50 } #cost to equip the militia and materials for construction
		command = { type = manpowerpool value = -100 }
		command = { type = industry which = 788 value = -20 } #loss of production, will be partly restored
		command = { type = trigger which = 5271 } #SOV flag event
		command = { type = trigger which = 5272 } #SOV flag event
	}
	action_b = {
		name = "Build defensive perimeter only."
		command = { type = supplies value = -20 } #cost of materials for construction
		command = { type = industry which = 788 value = -15 } #temporary loss of production, will be restored
		command = { type = trigger which = 5272 } #SOV flag event
	}
	action_c = {
		name = "Mobilize the Opolchenye only."
		command = { type = supplies value = -30 } #cost to equip the militia
		command = { type = industry which = 788 value = -5 } #permanent loss of production, will be not restored
		command = { type = trigger which = 5271 } #SOV flag event
	}
	action_d = {
		name = "Leningrad is in no danger, do nothing."
		command = { }
	}
}
#####################################################################################
# Opolchenye mobilization has begun in Leningrad
#####################################################################################
event = { 
	id = 5271
	random = no
	country = SOV

	#triggered by SOV5270

	name = "Opolchenye mobilization has begun in Leningrad"
	desc = "Mobilization of the Leningrad Opolchenye has begun but it will not be complete until two-three weeks from now. The enemy must be kept away from the city for that time at all cost!"

	style = 0

	action_a = {
		name = "OK"
		command = { } #This is a flag event
	}	
}
#####################################################################################
# Defensive perimeter construction begun in Leningrad
#####################################################################################
event = { 
	id = 5272
	random = no
	country = SOV

	#triggered by SOV5270

	name = "Defensive perimeter construction has begun in Leningrad"
	desc = "Half a million Leningrad citizens are working around the clock on the defensive perimeter but it will still not be complete until a month from now. The enemy must be kept away from the city for that time at all cost!"

	style = 0

	action_a = {
		name = "OK"
		command = { } #This is a flag event
	}	
}
#####################################################################################
# Opolchenye mobilization in Leningrad completed
#####################################################################################
event = { 
	id = 5273
	random = no
	country = SOV

	trigger= { 
		control = { province = 788 data = SOV }
		event = 5271 #Opolchenye mobilization has begun 
	}

	name = "Opolchenye mobilization in Leningrad completed"
	desc = "The Leningrad Opolchenye militia is now fully armed and formed. They will need some time after deployment to organize before they stand ready to defend the city of Lenin to the last man and to the last bullet!"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 14 # Check for trigger conditions every three weeks
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "OK"
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
		command = { type = add_division which = militia	value = 0 when = 788 }
	}
}
#####################################################################################
# Defensive perimeter construction completed in Leningrad
#####################################################################################
event = { 
	id = 5274
	random = no
	country = SOV

	trigger= { 
		control = { province = 788 data = SOV }
		event = 5272 #Perimeter construction has begun 
	}

	name = "Defensive perimeter construction completed in Leningrad"
	desc = "After a month of backbreaking labor by the brave citizens of Leningrad, the Leningrad defensive perimeter stands ready. The workforce can now return to their regular jobs."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 # Check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "OK"
		command = { type = land_fort which = 788 value = 5 }
		command = { type = industry which = 788 value = 15 } #Workers return to their jobs.
	}
}
##########################################################
# Moscow mobilizes for defense
##########################################################
event = { 
	id = 5275
	random = no
	country = SOV
	trigger = {

		atwar = yes #The USSR is at war
		control = { province = 846 data = SOV }
		OR = { # Triggers if any are within two areas of Moscow is in enemy hands
			NOT = { control = { province = 781 data = SOV } }
			NOT = { control = { province = 784 data = SOV } }
			NOT = { control = { province = 842 data = SOV } }
			NOT = { control = { province = 843 data = SOV } }
			NOT = { control = { province = 844 data = SOV } }
			NOT = { control = { province = 846 data = SOV } }
			NOT = { control = { province = 847 data = SOV } }
			NOT = { control = { province = 848 data = SOV } }
			NOT = { control = { province = 850 data = SOV } }
			NOT = { control = { province = 851 data = SOV } }
			NOT = { control = { province = 853 data = SOV } }
			NOT = { control = { province = 854 data = SOV } }
			NOT = { control = { province = 855 data = SOV } }
			NOT = { control = { province = 856 data = SOV } }
			NOT = { control = { province = 1228 data = SOV } }
			NOT = { control = { province = 1234 data = SOV } }
			NOT = { control = { province = 1233 data = SOV } }
			NOT = { control = { province = 1234 data = SOV } }
		}
	}

	name = "Moscow mobilizes for defense"
	desc = "As enemy troops pushed closer to the capital of the USSR, the communist party mobilized its enormous human resources. Half a million civilians were used in the construction of a wide defensive perimeter in front of the city, and tens of thousands of workers were organized into militia units by the 'Opolchenye' (Peoples Army). Within a month Moscow was turned into an inexpugnable fortress."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Build defensive perimeter and mobilize the Opolchenye!"
		command = { type = supplies value = -50 } #cost to equip the militia and materials for construction
		command = { type = manpowerpool value = -100 }
		command = { type = industry which = 846 value = -20 } #loss of production, will be partly restored
		command = { type = trigger which = 5276 } #SOV flag event
		command = { type = trigger which = 5277 } #SOV flag event
	}
	action_b = {
		name = "Build defensive perimeter only."
		command = { type = supplies value = -20 } #cost of materials for construction
		command = { type = industry which = 846 value = -15 } #temporary loss of production, will be restored
		command = { type = trigger which = 5277 } #SOV flag event
	}
	action_c = {
		name = "Mobilize the Opolchenye only."
		command = { type = supplies value = -30 } #cost to equip the militia
		command = { type = industry which = 846 value = -5 } #permanent loss of production, will be not restored
		command = { type = trigger which = 5276 } #SOV flag event
	}
	action_d = {
		name = "Moscow is in no danger, do nothing."
		command = { }
	}
}
#####################################################################################
# Opolchenye mobilization has begun in Moscow
#####################################################################################
event = { 
	id = 5276
	random = no
	country = SOV

	#triggered by SOV5275

	name = "Opolchenye mobilization has begun in Moscow"
	desc = "Mobilization of the Moscow Opolchenye has begun but it will not be complete until two-three weeks from now. The enemy must be kept away from the city for that time at all cost!"

	style = 0

	action_a = {
		name = "OK"
		command = { } #This is a flag event
	}	
}
#####################################################################################
# Defensive perimeter construction begun in Moscow
#####################################################################################
event = { 
	id = 5277
	random = no
	country = SOV

	#triggered by SOV5275

	name = "Defensive perimeter construction has begun in Moscow"
	desc = "Half a million Moscow citizens are working around the clock on the defensive perimeter but it will still not be complete until at least a month from now. The enemy must be kept away from the city for that time at all cost!"

	style = 0

	action_a = {
		name = "OK"
		command = { } #This is a flag event
	}	
}
#####################################################################################
# Opolchenye mobilization in Moscow completed
#####################################################################################
event = { 
	id = 5278
	random = no
	country = SOV

	trigger= { 
		control = { province = 846 data = SOV }
		event = 5276 #Opolchenye mobilization has begun 
	}

	name = "Opolchenye mobilization in Moscow completed"
	desc = "The Moscow Opolchenye militia is now fully armed and formed. They will need some time after deployment to organize before they stand ready to defend the capital of the USSR to the last man and to the last bullet!"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 14 # Check for trigger conditions every two week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "OK"
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
		command = { type = add_division which = militia	value = 0 when = 846 }
	}
}
#####################################################################################
# Defensive perimeter construction completed in Moscow
#####################################################################################
event = { 
	id = 5279
	random = no
	country = SOV

	trigger= { 
		control = { province = 846 data = SOV }
		event = 5277 #perimeter construction has begun 
	}

	name = "Defensive perimeter construction completed in Moscow"
	desc = "After a month of backbreaking labor by the brave citizens of Moscow, the Moscow defensive perimeter stands ready. The workforce can now return to their regular jobs."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 # Check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "OK"
		command = { type = land_fort which = 846 value = 5 }
		command = { type = industry which = 846 value = 15 } #Workers return to their jobs.
	}
}

#################################################
# Dissolution of Reichskommissaraiat Moskau
#################################################
event = { 
	id = 5284 
	random = no 
	country = GER 
	trigger = { 

		war = { country = GER  country = SOV }

		event = 5227 #Reichskommisariat Moskau must have been set up

		control = { province = 780 data = SOV } #The entire Reichskommisariat must be in Soviet hands
		control = { province = 791 data = SOV }
		control = { province = 792 data = SOV }
		control = { province = 793 data = SOV }
		control = { province = 794 data = SOV }
		control = { province = 783 data = SOV }
		control = { province = 784 data = SOV }
		control = { province = 785 data = SOV }
		control = { province = 842 data = SOV }
		control = { province = 843 data = SOV }
		control = { province = 844 data = SOV }
		control = { province = 845 data = SOV }
		control = { province = 847 data = SOV }
		control = { province = 848 data = SOV }
		control = { province = 850 data = SOV }
		control = { province = 851 data = SOV }
		control = { province = 852 data = SOV }
		control = { province = 853 data = SOV }
		control = { province = 854 data = SOV }
		control = { province = 855 data = SOV }
		control = { province = 856 data = SOV }
	}

	name = "Dissolution of Reichskommissaraiat Moskau"
	desc = "With the last of Reichskommisariat Moskau in Soviet hands, the Ostministerium disbanded the remains of their administration and returned the area to Wehrmacht jurisdiction. The jubilant Soviets were not slow to reintroduce Communist Party rule in the newly liberated lands."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Neeein!"
		command = { type = secedeprovince which = SOV value = 780 }
		command = { type = secedeprovince which = SOV value = 781 }
		command = { type = secedeprovince which = SOV value = 783 }
		command = { type = secedeprovince which = SOV value = 784 }
		command = { type = secedeprovince which = SOV value = 785 }
		command = { type = secedeprovince which = SOV value = 788 }
		command = { type = secedeprovince which = SOV value = 791 }
		command = { type = secedeprovince which = SOV value = 792 }
		command = { type = secedeprovince which = SOV value = 793 }
		command = { type = secedeprovince which = SOV value = 794 }
		command = { type = secedeprovince which = SOV value = 843 }
		command = { type = secedeprovince which = SOV value = 844 }
		command = { type = secedeprovince which = SOV value = 845 }
		command = { type = secedeprovince which = SOV value = 846 }
		command = { type = secedeprovince which = SOV value = 847 }
		command = { type = secedeprovince which = SOV value = 848 }
		command = { type = secedeprovince which = SOV value = 850 }
		command = { type = secedeprovince which = SOV value = 851 }
		command = { type = secedeprovince which = SOV value = 852 }
		command = { type = secedeprovince which = SOV value = 853 }
		command = { type = secedeprovince which = SOV value = 854 }
		command = { type = secedeprovince which = SOV value = 855 }
		command = { type = secedeprovince which = SOV value = 856 }
	}
}
####################################################
# Liberation of the Byelorussian SSR - Soviet event
####################################################
event = { 
	id = 5285
	random = no 
	country = SOV 

	trigger = { 

		war = { country = GER  country = SOV }
		event = 5220 #Reichskommisariat Ostland has been set up
				
		control = { province = 716 data = SOV }
		control = { province = 717 data = SOV }
		control = { province = 718 data = SOV }
		control = { province = 772 data = SOV }
		control = { province = 773 data = SOV }
		control = { province = 778 data = SOV }
		control = { province = 779 data = SOV }
		control = { province = 780 data = SOV }
	}

	name = "Liberation of Byelorussian SSR"
	desc = "Soviet troops have completed the liberation of the Byelorussian Soviet Republic!"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Reinstate the Byelorussian SSR!"
		command = { type = trigger which = 5286 } #German event to secede the Ostland provinces
	}
}
#################################################
# Liberation of the Byelorussian SSR - German event
#################################################
event = { 
	id = 5286
	random = no 
	country = GER 
	
	#triggered by SOV5285 

	name = "Loss of Byelorussia"
	desc = "The Soviets have retaken all of Byelorussia!"

	style = 0

	action_a = {
		name = "Neein!"
		command = { type = secedeprovince which = SOV value = 716 }
		command = { type = secedeprovince which = SOV value = 717 }
		command = { type = secedeprovince which = SOV value = 718 }
		command = { type = secedeprovince which = SOV value = 772 }
		command = { type = secedeprovince which = SOV value = 773 }
		command = { type = secedeprovince which = SOV value = 778 }
		command = { type = secedeprovince which = SOV value = 779 }
		command = { type = secedeprovince which = SOV value = 780 }
	}
}
####################################################
# Liberation of the Baltic SSR's - Soviet event
####################################################
event = { 
	id = 5287
	random = no 
	country = SOV 

	trigger = { 

		war = { country = GER  country = SOV }
		event = 5220 #Reichskommisariat Ostland has been set up
		
		control = { province = 707 data = SOV }
		control = { province = 708 data = SOV }
		control = { province = 709 data = SOV }
		control = { province = 711 data = SOV }
		control = { province = 712 data = SOV }
		control = { province = 713 data = SOV }
		control = { province = 714 data = SOV }
		control = { province = 715 data = SOV }
	}


	name = "Liberation of the Baltic SSR's"
	desc = "Soviet troops have completed the liberation of the Baltic Soviet Republics!"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Reinstate the Baltic SSR's!"
		command = { type = trigger which = 5288 } #German event to secede the Baltic provinces
	}
}
#################################################
# Loss of the Baltic States - German event
#################################################
event = { 
	id = 5288
	random = no 
	country = GER 
	
	#triggered by SOV5287

	name = "Loss of the Baltic States"
	desc = "The Soviets have retaken all of the Baltic States, including Memel!"

	style = 0

	action_a = {
		name = "Neein!"
		command = { type = secedeprovince which = SOV value = 707 }
		command = { type = secedeprovince which = SOV value = 708 }
		command = { type = secedeprovince which = SOV value = 709 }
		command = { type = secedeprovince which = SOV value = 711 }
		command = { type = secedeprovince which = SOV value = 712 }
		command = { type = secedeprovince which = SOV value = 713 }
		command = { type = secedeprovince which = SOV value = 714 }
		command = { type = secedeprovince which = SOV value = 715 }
	}
}
#################################################
# Liberation of the Ukrainian SSR - Soviet Event
#################################################
event = { 
	id = 5289
	random = no 
	country = SOV 
	trigger = { 

		war = { country = GER  country = SOV }
		event = 5223 #Reichskommisariat Ukraina has been set up
				
		control = { province = 719 data = SOV } #All of Ukraine must be liberated
		control = { province = 725 data = SOV }
		control = { province = 764 data = SOV }
		control = { province = 766 data = SOV }
		control = { province = 769 data = SOV }
		control = { province = 770 data = SOV }
		control = { province = 774 data = SOV }
		control = { province = 775 data = SOV }
		control = { province = 776 data = SOV }
		control = { province = 857 data = SOV }
		control = { province = 862 data = SOV } 
		control = { province = 863 data = SOV }
		control = { province = 864 data = SOV }
		control = { province = 865 data = SOV }
	}

	name = "Liberation of the Ukrainian SSR"
	desc = "Soviet troops have finally driven out the Hitlerites and their lapdogs from all of the Ukraine!"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Reinstate the Ukrainian SSR!"
		command = { type = trigger which = 5289 } #German event to secede the Ukraine provinces
		command = { type = trigger which = 5290 } #Romanian event to secede the Ukraine provinces
	}
}
#################################################
# Loss of the Ukraine - German Event
#################################################
event = { 
	id = 5290
	random = no 
	country = SOV 
	
	#triggered by SOV5289 

	name = "Loss of the Ukraine "
	desc = "The Wehrmach has been driven out from all parts of the Ukraine, and the Soviets have reinstated the Ukrainian SSR."

	style = 0


	action_a = {
		name = "Neein!"

		command = { type = secedeprovince which = GER value = 719 }
		command = { type = secedeprovince which = GER value = 721 }
		command = { type = secedeprovince which = GER value = 764 }
		command = { type = secedeprovince which = GER value = 766 }
		command = { type = secedeprovince which = GER value = 769 }
		command = { type = secedeprovince which = GER value = 770 }
		command = { type = secedeprovince which = GER value = 774 }
		command = { type = secedeprovince which = GER value = 775 }
		command = { type = secedeprovince which = GER value = 776 }
		command = { type = secedeprovince which = GER value = 857 }
		command = { type = secedeprovince which = GER value = 862 }
		command = { type = secedeprovince which = GER value = 863 }
		command = { type = secedeprovince which = GER value = 864 }
		command = { type = secedeprovince which = GER value = 865 }
	}
}
#################################################
# Loss of the Ukraine - Romanian Event
#################################################
event = { 
	id = 5291
	random = no 
	country = ROM 
	
	#triggered by SOV5288 

	name = "Loss of the Ukraine "
	desc = "The Wehrmach has been driven out from all parts of the Ukraine, and the Soviets have reinstated the Ukrainian SSR."

	style = 0

	action_a = {
		name = "All this for nothing!"
		command = { type = secedeprovince which = GER value = 764 }
		command = { type = secedeprovince which = GER value = 766 }
		command = { type = secedeprovince which = GER value = 769 }
	}
}
#################################################
# Liberation of the Caucasian SSR's - Soviet Event
#################################################
event = { 
	id = 5292
	random = no 
	country = SOV 
	trigger = { 

		war = { country = GER  country = SOV }
		event = 5229 #Reichskommisariat Caucasus has been set up
				
		control = { province = 1225 data = SOV } #All of the Caucasian areas must be Soviet-held
		control = { province = 1359 data = SOV } 
		control = { province = 858 data = SOV }
		control = { province = 859 data = SOV }
		control = { province = 861 data = SOV }
		control = { province = 1227 data = SOV }
		control = { province = 1228 data = SOV }
		control = { province = 1229 data = SOV }
		control = { province = 1230 data = SOV }
		control = { province = 1220 data = SOV }
		control = { province = 1222 data = SOV }
		control = { province = 1223 data = SOV }
		control = { province = 1224 data = SOV }
		control = { province = 1255 data = SOV }
		control = { province = 1256 data = SOV }
		control = { province = 1257 data = SOV }
		control = { province = 1258 data = SOV }
		control = { province = 1259 data = SOV }
		control = { province = 1260 data = SOV }
		control = { province = 1360 data = SOV }
	}

	name = "Liberation of the Caucasian SSR's"
	desc = "Soviet troops have finally driven out the Hitlerites and their lapdogs from all of the Caucasus!"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Reinstate the Ukrainian SSR!"
		command = { type = trigger which = 5293 } #German event to secede the Ukraine provinces
	}
}
#################################################
# Loss of the Caucasus - German Event
#################################################
event = { 
	id = 5293
	random = no 
	country = SOV 
	
	#triggered by SOV5292

	name = "Loss of the Caucasus"
	desc = "The Wehrmach has been driven out from all parts of the Caucasus, and the Soviets have reinstated the Caucasian SSR's."

	style = 0

	action_a = {
		name = "Neein!"
		command = { type = secedeprovince which = SOV value = 858 }
		command = { type = secedeprovince which = SOV value = 859 }
		command = { type = secedeprovince which = SOV value = 861 }
		command = { type = secedeprovince which = SOV value = 1229 }
		command = { type = secedeprovince which = SOV value = 1230 }
		command = { type = secedeprovince which = SOV value = 1220 }
		command = { type = secedeprovince which = SOV value = 1222 }
		command = { type = secedeprovince which = SOV value = 1223 }
		command = { type = secedeprovince which = SOV value = 1224 }
		command = { type = secedeprovince which = SOV value = 1225 }
		command = { type = secedeprovince which = SOV value = 1255 }
		command = { type = secedeprovince which = SOV value = 1256 }
		command = { type = secedeprovince which = SOV value = 1257 }
		command = { type = secedeprovince which = SOV value = 1258 }
		command = { type = secedeprovince which = SOV value = 1259 }
		command = { type = secedeprovince which = SOV value = 1260 }
		command = { type = secedeprovince which = SOV value = 1359 }
		command = { type = secedeprovince which = SOV value = 1360 }
	}
}
#####################################################################################
# Romania asks for terms - Soviet event
#####################################################################################
event = { 
	id = 5295
	random = no
	country = SOV

	trigger= { 

		war = { country = GER  country = SOV }
		war = { country = ROM  country = SOV }

		NOT = { lost_VP = { country = SOV value = 10 } } #The USSR must hold 90% or better of its VPs

		OR = { 
			control = { province = 759 data = SOV }
			control = { province = 760 data = SOV }
			control = { province = 761 data = SOV }
		}
	}

	name = "Romania asks for terms"
	desc = "As Soviet forces approached the pre-war borders of Romania, representatives of Romanian King Mikhai secretly approached the Soviets with a request for peace. Basically, the Romanians wanted to leave the sinking German ship and join the winning side. Obviously, any occupied areas would be returned, but the Romanians still hoped to be allowed to keep Bessarabia."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "If you depose your Fascist government and return Bessarabia, we agree."
		command = { type = trigger which = 5296 }
	}
	action_b = {
		name = "You're not getting away that easily!"
		command = { }
	}
}
#####################################################################################
# Romania offered peace
#####################################################################################
event = { 
	id = 5296
	random = no
	country = ROM

	#triggered by SOV5295

	name = "Romania offered peace"
	desc = "As Soviet forces approached the pre-war borders of Romania, representatives of Romanian King Mikhai secretly approached the Soviets with a request for peace. The came back with good news: The Soviets would accept a peace with Romania if that country removed the current pro-German government and joined the war on the Soviet side. The signal for the anti-German coup would be the entering of Soviet troops into Romania proper."

	style = 0

	action_a = {
		name = "Depose the German lapdogs!"
		command = { type = alignment which = communist value = 50 }
		command = { type = alignment which = fascist value = -100 }
		command = { type = headofgovernment which = 22032 }
		command = { type = foreignminister which = 22033 }
		command = { type = armamentminister which = 22034 }
		command = { type = ministerofsecurity which = 22035 }
		command = { type = ministerofintelligence which = 22036 }
		command = { type = chiefofstaff which = 22037 }
		command = { type = chiefofarmy which = 22038 }
		command = { type = chiefofnavy which = 22039 }
		command = { type = chiefofair which = 22040 } 
		command = { type = trigger which = 5297 } #SOV
	}
	action_b = {
		name = "Never! Let's fight Bolshevism to the bitter end!"
		command = { }
	}
}
########################################################################################
# Romania is made a Soviet puppet (only way to fire a Romanian-German war)
########################################################################################
event = { 
	id = 5297
	random = no
	country = SOV

	#triggered by ROM5293

	name = "Romania changes sides"
	desc = "As soon as the Romanian betrayal became apparent, German and Romanian forces begun trading shots. The former allies had became enemies. The new Romanian regime proved to be a faithful ally to the USSR."

	style = 0

	action_a = {
		name = "Puppet Romania"
		command = { type = make_puppet which = ROM }
	}
}
########################################################################################
# USSR asks for terms - Soviet event
########################################################################################
event = { 
	id = 5300
	random = no
	country = SOV

	trigger = {


		event = 5302 #Historic occupation policy

		war = { country = GER country = SOV }

		# lost_VP = { country = SOV value = 50 }	
		# lost_IC = { country = SOV value = 50 }	

		NOT = {
			control = { province = 527 data = FRA } # Paris
			AND = {	# If Reichskommissariat Moskau has been set up and not liberated there is no peace
				event = 5227
				NOT = { event = 5284 } 
			}
		}


		# new conditions

		NOT = {
			OR = {
				control = { province = 788 data = SOV } # Leningrad
				control = { province = 1225 data = SOV } # Stalingrad
				control = { province = 846 data = SOV } # Moscow
				control = { province = 1359 data = SOV } # Baku
				control = { province = 778 data = SOV } # Minsk
				control = { province = 775 data = SOV } # Kiev
				}
			}

	}

	name = "USSR asks for terms"
	desc = "The catastrophic war situation was causing tremendous tension in the Soviet leadership. Stalin became more paranoid than ever, justly fearing that he would be seen as the main impediment to an agreement with the Germans. Fearing for their lives, members of the Politburo acting through a group of disaffected Red Army Officers sent a secret message asking the Germans for terms. For starters, they offered, Stalin would be removed from power..."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Ask the Germans for terms!"
		command = { type = trigger which = 5301 } #GER 
	}
	action_b = {
		name = "Remain loyal to Comrade Stalin!"
		command = { }	
	}
}
########################################################################################
# USSR asks for terms - German event
########################################################################################
event = { 
	id = 5301
	random = no
	country = GER

	#triggered by GER5300

	name = "USSR asks for terms"
	desc = "The message from the Soviet dissidents caused tremendous excitement in the Fhrer headquarters. Here was a chance to end the war in the east. The only question was what to demand. Everyone agreed that Japan, being neutral, would get only some small tidbit but what to ask for Germany? To harsh terms might well make the Soviets rescind their offer."

	style = 0

	action_a = {
		name = "Demand new border on the Urals!"
		command = { type = trigger which = 5302 } #SOV 
	}
	action_b = {
		name = "Demand new border along the line Volga-Don-Lake Peipus!"
		command = { type = trigger which = 5303 } #SOV 	
	}
	action_c = {
		name = "No peace with the Bolsheviks!"
		command = { }	
	}
}
########################################################################################
# German demand for Urals border sent
########################################################################################
event = { 
	id = 5302
	random = no
	country = GER

	#triggered by GER5301

	name = "German demand for Urals border sent"
	desc = "The Abwehr estimated that it would at least 24 hours before an answer from the Soviets could be expected"

	style = 0

	action_a = {
		name = "OK" # This is a flag event
		command = { }	
	}
}
########################################################################################
# German demand for Volga-Don-Peipus border sent
########################################################################################
event = { 
	id = 5303
	random = no
	country = GER

	#triggered by GER5301

	name = "German demand for Volga-Don-Peipus border sent"
	desc = "The Abwehr estimated that it would at least 24 hours before an answer from the Soviets could be expected"

	style = 0

	action_a = {
		name = "OK" # This is a flag event
		command = { }	
	}
}
########################################################################################
# Germany presents her demands - Urals border
########################################################################################
event = { 
	id = 5304
	random = no
	country = SOV

	trigger = {
		event =5302
		NOT = { alliance = { country = GER country = JAP }
		}
	}

	name = "Germany presents her demands"
	desc = "The German demands were immensely harsh. Their demand for a border on the Urals horrified the dissident politburo members and several of the Red Army officers in the conspiracy began to voice second thoughts. Would they dare to strike such a bargain with the Germans, that would cripple the Rodina beyond all hope of recovery?"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Never!"
		command = { }
	}
	action_b = {
		name = "We have no choice but to agree"
		command = { type = trigger which = 5308 } #SOV 	
	}
}
########################################################################################
# Germany presents her demands (with Japan in the Axis) - Urals border
########################################################################################
event = { 
	id = 5305
	random = no
	country = SOV

	trigger = {
		event = 5302
		alliance = { country = GER country = JAP }
	}

	name = "Germany presents her demands"
	desc = "The German demands were immensely harsh. Their demand for a border on the Urals and the Transamur to Japan horrified the dissident Politburo members and several of the Red Army officers in the conspiracy began to voice second thoughts. Would they dare to strike such a bargain with the Germans, that would cripple the Rodina beyond all hope of recovery?"

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Never!"
		command = { }
	}
	action_b = {
		name = "We have no choice but to agree"
		command = { type = trigger which = 5309 } #SOV 	
	}
}
########################################################################################
# Germany presents her demands - Volga-Don-Peipus border
########################################################################################
event = { 
	id = 5306
	random = no
	country = SOV

	trigger = {
		event =5303
		NOT = { alliance = { country = GER country = JAP }
		}
	}

	name = "Germany presents her demands"
	desc = "When the German demands arrived, the dissident Politburo members sighed in collective relief. The German demand of a border along the line Volga-Don-Peipus was harsh, but would leave most of Russia in USSR hands. The USSR would remain a viable state, one that could still aspire to greatness given time to rebuild. Of course, Stalin would have to go. The decision facing them didn't seem hard."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "We agree! We agree!"
		command = { type = trigger which = 5310 } #SOV 	
	}
	action_b = {
		name = "Never!"
		command = { }
	}
}
########################################################################################
# Germany presents her demands (with Japan in the Axis) - Volga-Don-Peipus border
########################################################################################
event = { 
	id = 5307
	random = no
	country = SOV

	trigger = {
		event =5303
		alliance = { country = GER country = JAP }
	}

	name = "Germany presents her demands"
	desc = "When the German demands arrived, the dissident Politburo members sighed in collective relief. The German demand of a border along the line Volga-Don-Peipus and the Transamur to Japan was harsh, but would leave most of Russia in USSR hands. The USSR would remain a viable state, one that could still aspire to greatness given time to rebuild. Of course, Stalin would have to go. The decision facing them didn't seem hard."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "We agree! We agree!"
		command = { type = trigger which = 5311 } #SOV 	
	}
	action_b = {
		name = "Never!"
		command = { }
	}
}
##########################################################################
#  The Bitter peace - Japan is not Axis
##########################################################################
event = { 
	id = 5308
	random = no
	country = SOV
	
	#triggered by GER 5304
	
	name = "EVT_2625_NAME"
	desc = "Stalin reached for the Nagan pistol he had taken to keeping by the bed lately, but he wasn't quite fast enough, and was soon overpowered by two burly NKVD men. 'Traitors! How dare you!' he screamed, out of himself with rage and fear 'I'm the Secretary General of the Communist Party!'. As his eyes adjusted to the light, Stalin saw that Molotov was watching him from the open door with his usual poker face while Beria squirmed nervously behind him. 'You're incorrect, Iosef Vissarionovich. Since an hour ago, you no longer hold that title. The Politburo was unanimous in its decision...'. Stalin slumped between his captors. 'I suppose you've come to an understanding with the Germans?' he asked in a tired voice. 'Indeed.' answered Molotov. 'Not one I'm happy with, but it leaves us something. I suppose you can ask the Fhrer about the details when you meet him.' Stalin's face went white, but he wasn't given any chance to protest. The 'Iron man' was dragged into the night, screaming."

	style = 0
	
	action_a = {
		name = "OK"

		command = { type = ai which = ussr_defeated.ai } # peaceful Soviet AI for rebuilding

		command = { type = headofstate which = 4001 }   # Kalinin
		command = { type = headofgovernment which = 4031 } # Molotov
		command = { type = foreignminister which = 4031 } # Molotov again
		command = { type = ministerofsecurity which = 4035 } #Beria
		command = { type = chiefofstaff which = 4042 } #Zhukov
		command = { type = chiefofarmy which = 4046 } #Timoshenko

		command = { type = sleepleader which = 4002 } # Stalin executed
		
		command = { type = independence which = AFG value = 1 }
		command = { type = independence which = PER value = 1 }
		command = { type = independence which = SWE value = 1 }
		command = { type = independence which = FIN value = 1 }
		command = { type = independence which = ROM value = 1 }
		command = { type = independence which = BUL value = 1 }
		command = { type = independence which = HUN value = 1 }
		command = { type = independence which = SLO value = 1 }
		command = { type = independence which = CRO value = 1 }
		command = { type = independence which = YUG value = 1 }
		command = { type = independence which = MAN value = 1 }
		command = { type = independence which = NOR value = 1 }
		
		# Secede the west of Urals to Germany
		command = { type = secedeprovince which = GER value = 645 } #Danzig
		command = { type = secedeprovince which = GER value = 646 } #East Prussia
		command = { type = secedeprovince which = GER value = 650 }
		command = { type = secedeprovince which = GER value = 711 } #Memel
		command = { type = secedeprovince which = GER value = 606 } #Poland
		command = { type = secedeprovince which = GER value = 635 }
		command = { type = secedeprovince which = GER value = 637 }
		command = { type = secedeprovince which = GER value = 638 }
		command = { type = secedeprovince which = GER value = 639 }
		command = { type = secedeprovince which = GER value = 640 }
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 643 }
		command = { type = secedeprovince which = GER value = 647 }
		command = { type = secedeprovince which = GER value = 648 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 716 }
		command = { type = secedeprovince which = GER value = 717 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 719 }
		command = { type = secedeprovince which = GER value = 720 }
		command = { type = secedeprovince which = GER value = 721 }
		command = { type = secedeprovince which = GER value = 722 }
		command = { type = secedeprovince which = GER value = 723 }
		command = { type = secedeprovince which = GER value = 724 }
		command = { type = secedeprovince which = GER value = 725 }
		command = { type = secedeprovince which = GER value = 707 } #Estonia
		command = { type = secedeprovince which = GER value = 708 } #Latvia
		command = { type = secedeprovince which = GER value = 709 }
		command = { type = secedeprovince which = GER value = 712 }
		command = { type = secedeprovince which = GER value = 713 }
		command = { type = secedeprovince which = GER value = 714 } #Lithuania
		command = { type = secedeprovince which = GER value = 715 }
		command = { type = secedeprovince which = GER value = 763 } #Bessarabia
		command = { type = secedeprovince which = GER value = 767 }
		command = { type = secedeprovince which = GER value = 766 } #Soviet areas
		command = { type = secedeprovince which = GER value = 791 }
		command = { type = secedeprovince which = GER value = 788 }
		command = { type = secedeprovince which = GER value = 822 }
		command = { type = secedeprovince which = GER value = 834 }
		command = { type = secedeprovince which = GER value = 811 }
		command = { type = secedeprovince which = GER value = 807 }
		command = { type = secedeprovince which = GER value = 805 }
		command = { type = secedeprovince which = GER value = 838 }
		command = { type = secedeprovince which = GER value = 790 }
		command = { type = secedeprovince which = GER value = 785 }
		command = { type = secedeprovince which = GER value = 778 }
		command = { type = secedeprovince which = GER value = 727 }
		command = { type = secedeprovince which = GER value = 768 }
		command = { type = secedeprovince which = GER value = 764 }
		command = { type = secedeprovince which = GER value = 769 }
		command = { type = secedeprovince which = GER value = 770 }
		command = { type = secedeprovince which = GER value = 774 }
		command = { type = secedeprovince which = GER value = 773 }
		command = { type = secedeprovince which = GER value = 772 }
		command = { type = secedeprovince which = GER value = 779 }
		command = { type = secedeprovince which = GER value = 840 }
		command = { type = secedeprovince which = GER value = 1226 }
		command = { type = secedeprovince which = GER value = 843 }
		command = { type = secedeprovince which = GER value = 842 }
		command = { type = secedeprovince which = GER value = 1237 }
		command = { type = secedeprovince which = GER value = 1241 }
		command = { type = secedeprovince which = GER value = 1239 }
		command = { type = secedeprovince which = GER value = 1240 }
		command = { type = secedeprovince which = GER value = 1374 }
		command = { type = secedeprovince which = GER value = 1243 }
		command = { type = secedeprovince which = GER value = 1242 }
		command = { type = secedeprovince which = GER value = 1244 }
		command = { type = secedeprovince which = GER value = 1233 }
		command = { type = secedeprovince which = GER value = 850 }
		command = { type = secedeprovince which = GER value = 848 }
		command = { type = secedeprovince which = GER value = 847 }
		command = { type = secedeprovince which = GER value = 846 }
		command = { type = secedeprovince which = GER value = 845 }
		command = { type = secedeprovince which = GER value = 844 }
		command = { type = secedeprovince which = GER value = 794 }
		command = { type = secedeprovince which = GER value = 783 }
		command = { type = secedeprovince which = GER value = 784 }
		command = { type = secedeprovince which = GER value = 852 }
		command = { type = secedeprovince which = GER value = 853 }
		command = { type = secedeprovince which = GER value = 854 }
		command = { type = secedeprovince which = GER value = 855 }
		command = { type = secedeprovince which = GER value = 851 }
		command = { type = secedeprovince which = GER value = 1234 }
		command = { type = secedeprovince which = GER value = 1228 }
		command = { type = secedeprovince which = GER value = 1227 }
		command = { type = secedeprovince which = GER value = 1245 }
		command = { type = secedeprovince which = GER value = 1246 }
		command = { type = secedeprovince which = GER value = 1373 }
		command = { type = secedeprovince which = GER value = 1372 }
		command = { type = secedeprovince which = GER value = 1248 }
		command = { type = secedeprovince which = GER value = 1229 }
		command = { type = secedeprovince which = GER value = 1250 }
		command = { type = secedeprovince which = GER value = 1251 }
		command = { type = secedeprovince which = GER value = 1249 }
		command = { type = secedeprovince which = GER value = 1252 }
		command = { type = secedeprovince which = GER value = 1254 }
		command = { type = secedeprovince which = GER value = 1255 }
		command = { type = secedeprovince which = GER value = 1259 }
		command = { type = secedeprovince which = GER value = 1359 }
		command = { type = secedeprovince which = GER value = 1360 }
		command = { type = secedeprovince which = GER value = 1263 }
		command = { type = secedeprovince which = GER value = 1262 }
		command = { type = secedeprovince which = GER value = 1220 }
		command = { type = secedeprovince which = GER value = 1222 }
		command = { type = secedeprovince which = GER value = 1223 }
		command = { type = secedeprovince which = GER value = 1224 }
		command = { type = secedeprovince which = GER value = 861 }
		command = { type = secedeprovince which = GER value = 862 }
		command = { type = secedeprovince which = GER value = 863 }
		command = { type = secedeprovince which = GER value = 864 }
		command = { type = secedeprovince which = GER value = 865 }
		command = { type = secedeprovince which = GER value = 775 }
		command = { type = secedeprovince which = GER value = 776 }
		command = { type = secedeprovince which = GER value = 780 }
		command = { type = secedeprovince which = GER value = 781 }
		command = { type = secedeprovince which = GER value = 856 }
		command = { type = secedeprovince which = GER value = 858 }
		command = { type = secedeprovince which = GER value = 859 }
		command = { type = secedeprovince which = GER value = 761 }
		command = { type = secedeprovince which = GER value = 857  }
		command = { type = secedeprovince which = GER value = 1258 }
		command = { type = secedeprovince which = GER value = 1260 }
		command = { type = secedeprovince which = GER value = 1256 }
		command = { type = secedeprovince which = GER value = 1257 }
		command = { type = secedeprovince which = GER value = 1225 }
		command = { type = secedeprovince which = GER value = 1230 }
		command = { type = secedeprovince which = GER value = 1232  }
		command = { type = secedeprovince which = GER value = 792  }
		command = { type = secedeprovince which = GER value = 793 }
		command = { type = secedeprovince which = GER value = 839 }
		command = { type = secedeprovince which = GER value = 1235 }
		command = { type = secedeprovince which = GER value = 1236 }
		command = { type = secedeprovince which = GER value = 787 }
		command = { type = secedeprovince which = GER value = 803 }
		command = { type = secedeprovince which = GER value = 804 }
		command = { type = secedeprovince which = GER value = 821 }
		
		command = { type = peace which = GER }
		
		# In case Finland still exists:
		command = { type = control which = FIN value = 702 }
		command = { type = control which = FIN value = 705 }
		command = { type = control which = FIN value = 706 }
		command = { type = secedeprovince which = FIN value = 787 }
		command = { type = control which = FIN value = 795 }
		command = { type = control which = FIN value = 796 }
		command = { type = control which = FIN value = 797 }
		command = { type = control which = FIN value = 798 }
		command = { type = control which = FIN value = 799 }
		command = { type = control which = FIN value = 800 }
		command = { type = control which = FIN value = 801 }
		command = { type = control which = FIN value = 802 }
		command = { type = secedeprovince which = FIN value = 803 }
		command = { type = secedeprovince which = FIN value = 804 } # Petrozavodsk as war compensation
		command = { type = control which = FIN value = 812 }
		command = { type = control which = FIN value = 813 }
		command = { type = control which = FIN value = 819 }
		command = { type = secedeprovince which = FIN value = 821 }
		command = { type = peace which = FIN }
		
		# In case USSR is still at war with Sweden:
		command = { type = control which = SWE value = 653 }
		command = { type = control which = SWE value = 654 }
		command = { type = control which = SWE value = 659 }
		command = { type = control which = SWE value = 660 }
		command = { type = control which = SWE value = 661 }
		command = { type = control which = SWE value = 665 }
		command = { type = control which = SWE value = 675 }
		command = { type = control which = SWE value = 681 }
		command = { type = control which = SWE value = 682 }
		command = { type = control which = SWE value = 685 }
		command = { type = control which = SWE value = 689 }
		command = { type = control which = SWE value = 690 }
		command = { type = control which = SWE value = 691 }
		command = { type = control which = SWE value = 692 }
		command = { type = control which = SWE value = 695 }
		command = { type = control which = SWE value = 697 }
		command = { type = control which = SWE value = 698 }
		command = { type = control which = SWE value = 818 }
		command = { type = control which = SWE value = 2160 }
		command = { type = peace which = SWE }
		
		# Bessarabia back to Romania:
		command = { type = secedeprovince which = ROM value = 763 }
		command = { type = secedeprovince which = ROM value = 767 }
		
		# ...and the rest of Romania if at war with them:
		command = { type = control which = ROM value = 629 }
		command = { type = control which = ROM value = 728 }
		command = { type = control which = ROM value = 731 }
		command = { type = control which = ROM value = 736 }
		command = { type = control which = ROM value = 739 }
		command = { type = control which = ROM value = 757 }
		command = { type = control which = ROM value = 759 }
		command = { type = control which = ROM value = 760 }
		command = { type = control which = ROM value = 761 }
		command = { type = control which = ROM value = 768 }
		command = { type = control which = ROM value = 868 }
		
		command = { type = peace which = ROM }
		
		command = { type = dissent value = -15 }
		
		# Some to Japan:
		command = { type = secedeprovince which = JAP value = 1648 } # Northern Sakhalin
		command = { type = secedeprovince which = JAP value = 1847 } # Commodore
		
		# Move the capital
		command = { type = capital which = 1522  } # Novosibirsk
		command = { type = province_keypoints which = 1522 value = 5 } 
		
		# Estonia
		command = { type = removecore which = 707 }
		
		# Latvia
		command = { type = removecore which = 708 }
		command = { type = removecore which = 709 }
		command = { type = removecore which = 712 }
		command = { type = removecore which = 713 }
		
		# Lithuania
		command = { type = removecore which = 714 }
		command = { type = removecore which = 715 }
		
		# Bessarabia
		command = { type = removecore which = 763 }
		command = { type = removecore which = 767 }
		
		# Claims on Finland
		command = { type = removecore which = 787 }
		command = { type = removecore which = 803 }
		command = { type = removecore which = 804 }
		command = { type = removecore which = 821 }
	}
}
##########################################################################
#  The Bitter peace - Japan is in the Axis
##########################################################################
event = { 
	id = 5309
	random = no
	country = SOV
	
	#triggered by GER 5305
	
	name = "EVT_2625_NAME"
	desc = "Stalin reached for the Nagan pistol he had taken to keeping by the bed lately, but he wasn't quite fast enough, and was soon overpowered by two burly NKVD men. 'Traitors! How dare you!' he screamed, out of himself with rage and fear 'I'm the Secretary General of the Communist Party!'. As his eyes adjusted to the light, Stalin saw that Molotov was watching him from the open door with his usual poker face while Beria squirmed nervously behind him. 'You're incorrect, Iosef Vissarionovich. Since an hour ago, you no longer hold that title. The Politburo was unanimous in its decision...'. Stalin slumped between his captors. 'I suppose you've come to an understanding with the Germans?' he asked in a tired voice. 'Indeed.' answered Molotov. 'Not one I'm happy with, but it leaves us something. I suppose you can ask the Fhrer about the details when you meet him.' Stalin's face went white, but he wasn't given any chance to protest. The 'Iron man' was dragged into the night, screaming."

	style = 0
	
	action_a = {
		name = "OK"

		command = { type = ai which = ussr_defeated.ai } # peaceful Soviet AI for rebuilding

		command = { type = headofstate which = 4001 }   # Kalinin
		command = { type = headofgovernment which = 4031 } # Molotov
		command = { type = foreignminister which = 4031 } # Molotov again
		command = { type = ministerofsecurity which = 4035 } #Beria
		command = { type = chiefofstaff which = 4042 } #Zhukov
		command = { type = chiefofarmy which = 4046 } #Timoshenko

		command = { type = sleepleader which = 4002 } # Stalin executed
		
		command = { type = independence which = AFG value = 1 }
		command = { type = independence which = PER value = 1 }
		command = { type = independence which = SWE value = 1 }
		command = { type = independence which = FIN value = 1 }
		command = { type = independence which = ROM value = 1 }
		command = { type = independence which = BUL value = 1 }
		command = { type = independence which = HUN value = 1 }
		command = { type = independence which = SLO value = 1 }
		command = { type = independence which = CRO value = 1 }
		command = { type = independence which = YUG value = 1 }
		command = { type = independence which = MAN value = 1 }
		command = { type = independence which = NOR value = 1 }
		
		# Secede the west of Urals to Germany
		command = { type = secedeprovince which = GER value = 645 } #Danzig
		command = { type = secedeprovince which = GER value = 646 } #East Prussia
		command = { type = secedeprovince which = GER value = 650 }
		command = { type = secedeprovince which = GER value = 711 } #Memel
		command = { type = secedeprovince which = GER value = 606 } #Poland
		command = { type = secedeprovince which = GER value = 635 }
		command = { type = secedeprovince which = GER value = 637 }
		command = { type = secedeprovince which = GER value = 638 }
		command = { type = secedeprovince which = GER value = 639 }
		command = { type = secedeprovince which = GER value = 640 }
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 643 }
		command = { type = secedeprovince which = GER value = 647 }
		command = { type = secedeprovince which = GER value = 648 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 716 }
		command = { type = secedeprovince which = GER value = 717 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 719 }
		command = { type = secedeprovince which = GER value = 720 }
		command = { type = secedeprovince which = GER value = 721 }
		command = { type = secedeprovince which = GER value = 722 }
		command = { type = secedeprovince which = GER value = 723 }
		command = { type = secedeprovince which = GER value = 724 }
		command = { type = secedeprovince which = GER value = 725 }
		command = { type = secedeprovince which = GER value = 707 } #Estonia
		command = { type = secedeprovince which = GER value = 708 } #Latvia
		command = { type = secedeprovince which = GER value = 709 }
		command = { type = secedeprovince which = GER value = 712 }
		command = { type = secedeprovince which = GER value = 713 }
		command = { type = secedeprovince which = GER value = 714 } #Lithuania
		command = { type = secedeprovince which = GER value = 715 }
		command = { type = secedeprovince which = GER value = 763 } #Bessarabia
		command = { type = secedeprovince which = GER value = 767 }
		command = { type = secedeprovince which = GER value = 766 } #Soviet areas
		command = { type = secedeprovince which = GER value = 791 }
		command = { type = secedeprovince which = GER value = 788 }
		command = { type = secedeprovince which = GER value = 822 }
		command = { type = secedeprovince which = GER value = 834 }
		command = { type = secedeprovince which = GER value = 811 }
		command = { type = secedeprovince which = GER value = 807 }
		command = { type = secedeprovince which = GER value = 805 }
		command = { type = secedeprovince which = GER value = 838 }
		command = { type = secedeprovince which = GER value = 790 }
		command = { type = secedeprovince which = GER value = 785 }
		command = { type = secedeprovince which = GER value = 778 }
		command = { type = secedeprovince which = GER value = 727 }
		command = { type = secedeprovince which = GER value = 768 }
		command = { type = secedeprovince which = GER value = 764 }
		command = { type = secedeprovince which = GER value = 769 }
		command = { type = secedeprovince which = GER value = 770 }
		command = { type = secedeprovince which = GER value = 774 }
		command = { type = secedeprovince which = GER value = 773 }
		command = { type = secedeprovince which = GER value = 772 }
		command = { type = secedeprovince which = GER value = 779 }
		command = { type = secedeprovince which = GER value = 840 }
		command = { type = secedeprovince which = GER value = 1226 }
		command = { type = secedeprovince which = GER value = 843 }
		command = { type = secedeprovince which = GER value = 842 }
		command = { type = secedeprovince which = GER value = 1237 }
		command = { type = secedeprovince which = GER value = 1241 }
		command = { type = secedeprovince which = GER value = 1239 }
		command = { type = secedeprovince which = GER value = 1240 }
		command = { type = secedeprovince which = GER value = 1374 }
		command = { type = secedeprovince which = GER value = 1243 }
		command = { type = secedeprovince which = GER value = 1242 }
		command = { type = secedeprovince which = GER value = 1244 }
		command = { type = secedeprovince which = GER value = 1233 }
		command = { type = secedeprovince which = GER value = 850 }
		command = { type = secedeprovince which = GER value = 848 }
		command = { type = secedeprovince which = GER value = 847 }
		command = { type = secedeprovince which = GER value = 846 }
		command = { type = secedeprovince which = GER value = 845 }
		command = { type = secedeprovince which = GER value = 844 }
		command = { type = secedeprovince which = GER value = 794 }
		command = { type = secedeprovince which = GER value = 783 }
		command = { type = secedeprovince which = GER value = 784 }
		command = { type = secedeprovince which = GER value = 852 }
		command = { type = secedeprovince which = GER value = 853 }
		command = { type = secedeprovince which = GER value = 854 }
		command = { type = secedeprovince which = GER value = 855 }
		command = { type = secedeprovince which = GER value = 851 }
		command = { type = secedeprovince which = GER value = 1234 }
		command = { type = secedeprovince which = GER value = 1228 }
		command = { type = secedeprovince which = GER value = 1227 }
		command = { type = secedeprovince which = GER value = 1245 }
		command = { type = secedeprovince which = GER value = 1246 }
		command = { type = secedeprovince which = GER value = 1373 }
		command = { type = secedeprovince which = GER value = 1372 }
		command = { type = secedeprovince which = GER value = 1248 }
		command = { type = secedeprovince which = GER value = 1229 }
		command = { type = secedeprovince which = GER value = 1250 }
		command = { type = secedeprovince which = GER value = 1251 }
		command = { type = secedeprovince which = GER value = 1249 }
		command = { type = secedeprovince which = GER value = 1252 }
		command = { type = secedeprovince which = GER value = 1254 }
		command = { type = secedeprovince which = GER value = 1255 }
		command = { type = secedeprovince which = GER value = 1259 }
		command = { type = secedeprovince which = GER value = 1359 }
		command = { type = secedeprovince which = GER value = 1360 }
		command = { type = secedeprovince which = GER value = 1263 }
		command = { type = secedeprovince which = GER value = 1262 }
		command = { type = secedeprovince which = GER value = 1220 }
		command = { type = secedeprovince which = GER value = 1222 }
		command = { type = secedeprovince which = GER value = 1223 }
		command = { type = secedeprovince which = GER value = 1224 }
		command = { type = secedeprovince which = GER value = 861 }
		command = { type = secedeprovince which = GER value = 862 }
		command = { type = secedeprovince which = GER value = 863 }
		command = { type = secedeprovince which = GER value = 864 }
		command = { type = secedeprovince which = GER value = 865 }
		command = { type = secedeprovince which = GER value = 775 }
		command = { type = secedeprovince which = GER value = 776 }
		command = { type = secedeprovince which = GER value = 780 }
		command = { type = secedeprovince which = GER value = 781 }
		command = { type = secedeprovince which = GER value = 856 }
		command = { type = secedeprovince which = GER value = 858 }
		command = { type = secedeprovince which = GER value = 859 }
		command = { type = secedeprovince which = GER value = 761 }
		command = { type = secedeprovince which = GER value = 857  }
		command = { type = secedeprovince which = GER value = 1258 }
		command = { type = secedeprovince which = GER value = 1260 }
		command = { type = secedeprovince which = GER value = 1256 }
		command = { type = secedeprovince which = GER value = 1257 }
		command = { type = secedeprovince which = GER value = 1225 }
		command = { type = secedeprovince which = GER value = 1230 }
		command = { type = secedeprovince which = GER value = 1232  }
		command = { type = secedeprovince which = GER value = 792  }
		command = { type = secedeprovince which = GER value = 793 }
		command = { type = secedeprovince which = GER value = 839 }
		command = { type = secedeprovince which = GER value = 1235 }
		command = { type = secedeprovince which = GER value = 1236 }
		command = { type = secedeprovince which = GER value = 787 }
		command = { type = secedeprovince which = GER value = 803 }
		command = { type = secedeprovince which = GER value = 804 }
		command = { type = secedeprovince which = GER value = 821 }
		
		command = { type = peace which = GER }
		
		# In case Finland still exists:
		command = { type = control which = FIN value = 702 }
		command = { type = control which = FIN value = 705 }
		command = { type = control which = FIN value = 706 }
		command = { type = secedeprovince which = FIN value = 787 }
		command = { type = control which = FIN value = 795 }
		command = { type = control which = FIN value = 796 }
		command = { type = control which = FIN value = 797 }
		command = { type = control which = FIN value = 798 }
		command = { type = control which = FIN value = 799 }
		command = { type = control which = FIN value = 800 }
		command = { type = control which = FIN value = 801 }
		command = { type = control which = FIN value = 802 }
		command = { type = secedeprovince which = FIN value = 803 }
		command = { type = secedeprovince which = FIN value = 804 } # Petrozavodsk as war compensation
		command = { type = control which = FIN value = 812 }
		command = { type = control which = FIN value = 813 }
		command = { type = control which = FIN value = 819 }
		command = { type = secedeprovince which = FIN value = 821 }
		command = { type = peace which = FIN }
		
		# In case USSR is still at war with Sweden:
		command = { type = control which = SWE value = 653 }
		command = { type = control which = SWE value = 654 }
		command = { type = control which = SWE value = 659 }
		command = { type = control which = SWE value = 660 }
		command = { type = control which = SWE value = 661 }
		command = { type = control which = SWE value = 665 }
		command = { type = control which = SWE value = 675 }
		command = { type = control which = SWE value = 681 }
		command = { type = control which = SWE value = 682 }
		command = { type = control which = SWE value = 685 }
		command = { type = control which = SWE value = 689 }
		command = { type = control which = SWE value = 690 }
		command = { type = control which = SWE value = 691 }
		command = { type = control which = SWE value = 692 }
		command = { type = control which = SWE value = 695 }
		command = { type = control which = SWE value = 697 }
		command = { type = control which = SWE value = 698 }
		command = { type = control which = SWE value = 818 }
		command = { type = control which = SWE value = 2160 }
		command = { type = peace which = SWE }
		
		# Bessarabia back to Romania:
		command = { type = secedeprovince which = ROM value = 763 }
		command = { type = secedeprovince which = ROM value = 767 }
		
		# ...and the rest of Romania if at war with them:
		command = { type = control which = ROM value = 629 }
		command = { type = control which = ROM value = 728 }
		command = { type = control which = ROM value = 731 }
		command = { type = control which = ROM value = 736 }
		command = { type = control which = ROM value = 739 }
		command = { type = control which = ROM value = 757 }
		command = { type = control which = ROM value = 759 }
		command = { type = control which = ROM value = 760 }
		command = { type = control which = ROM value = 761 }
		command = { type = control which = ROM value = 768 }
		command = { type = control which = ROM value = 868 }
		
		command = { type = peace which = ROM }
		
		command = { type = dissent value = -15 }
		
		# To Japan:
		command = { type = secedeprovince which = JAP value = 1648 } # Northern Sakhalin
		command = { type = secedeprovince which = JAP value = 1847 } # Commodore
		command = { type = secedeprovince which = JAP value = 1651 } # The Vladivostok area
		command = { type = secedeprovince which = JAP value = 1652 }
		command = { type = secedeprovince which = JAP value = 1653 }
		command = { type = secedeprovince which = JAP value = 1656 }
		command = { type = secedeprovince which = JAP value = 1657 }
		command = { type = secedeprovince which = JAP value = 1658 }
		command = { type = secedeprovince which = JAP value = 1662 }
		command = { type = secedeprovince which = JAP value = 1663 }
		
		# Move the capital
		command = { type = capital which = 1522  } # Novosibirsk
		command = { type = province_keypoints which = 1522 value = 5 } 
		
		# Estonia
		command = { type = removecore which = 707 }
		
		# Latvia
		command = { type = removecore which = 708 }
		command = { type = removecore which = 709 }
		command = { type = removecore which = 712 }
		command = { type = removecore which = 713 }
		
		# Lithuania
		command = { type = removecore which = 714 }
		command = { type = removecore which = 715 }
		
		# Bessarabia
		command = { type = removecore which = 763 }
		command = { type = removecore which = 767 }
		
		# Claims on Finland
		command = { type = removecore which = 787 }
		command = { type = removecore which = 803 }
		command = { type = removecore which = 804 }
		command = { type = removecore which = 821 }
	}
}
##########################################################################
#  The not so bitter peace - Japan is not Axis
##########################################################################
event = { 
	id = 5310
	random = no
	country = SOV
	
	#triggered by GER 5306
	
	name = "Peace with Germany"
	desc = "Stalin reached for the Nagan pistol he had taken to keeping by the bed lately, but he wasn't quite fast enough, and was soon overpowered by two burly NKVD men. 'Traitors! How dare you!' he screamed, out of himself with rage and fear 'I'm the Secretary General of the Communist Party!'. As his eyes adjusted to the light, Stalin saw that Molotov was watching him from the open door with his usual poker face while Beria squirmed nervously behind him. 'You're incorrect, Iosef Vissarionovich. Since an hour ago, you no longer hold that title. The Politburo was unanimous in its decision...'. Stalin slumped between his captors. 'I suppose you've come to an understanding with the Germans?' he asked in a tired voice. 'Indeed.' answered Molotov. 'Not one I'm happy with, but it leaves us something. I suppose you can ask the Fhrer about the details when you meet him.' Stalin's face went white, but he wasn't given any chance to protest. The 'Iron man' was dragged into the night, screaming."

	style = 0
	
	action_a = {
		name = "OK"
		command = { type = ai which = ussr_defeated.ai } # peaceful Soviet AI for rebuilding

		command = { type = headofstate which = 4001 }   # Kalinin
		command = { type = headofgovernment which = 4031 } # Molotov
		command = { type = foreignminister which = 4031 } # Molotov again
		command = { type = ministerofsecurity which = 4035 } #Beria
		command = { type = chiefofstaff which = 4042 } #Zhukov
		command = { type = chiefofarmy which = 4046 } #Timoshenko

		command = { type = sleepleader which = 4002 } # Stalin executed

		command = { type = independence which = AFG value = 1 }
		command = { type = independence which = PER value = 1 }
		command = { type = independence which = SWE value = 1 }
		command = { type = independence which = FIN value = 1 }
		command = { type = independence which = ROM value = 1 }
		command = { type = independence which = BUL value = 1 }
		command = { type = independence which = HUN value = 1 }
		command = { type = independence which = SLO value = 1 }
		command = { type = independence which = CRO value = 1 }
		command = { type = independence which = YUG value = 1 }
		command = { type = independence which = MAN value = 1 }
		command = { type = independence which = NOR value = 1 }
		
		# Secede areas west of Volga-Don-Peipus line
		command = { type = secedeprovince which = GER value = 645 } #Danzig
		command = { type = secedeprovince which = GER value = 646 } #East Prussia
		command = { type = secedeprovince which = GER value = 650 }
		command = { type = secedeprovince which = GER value = 711 } #Memel
		command = { type = secedeprovince which = GER value = 606 } #Poland
		command = { type = secedeprovince which = GER value = 635 }
		command = { type = secedeprovince which = GER value = 637 }
		command = { type = secedeprovince which = GER value = 638 }
		command = { type = secedeprovince which = GER value = 639 }
		command = { type = secedeprovince which = GER value = 640 }
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 643 }
		command = { type = secedeprovince which = GER value = 647 }
		command = { type = secedeprovince which = GER value = 648 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 716 }
		command = { type = secedeprovince which = GER value = 717 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 719 }
		command = { type = secedeprovince which = GER value = 720 }
		command = { type = secedeprovince which = GER value = 721 }
		command = { type = secedeprovince which = GER value = 722 }
		command = { type = secedeprovince which = GER value = 723 }
		command = { type = secedeprovince which = GER value = 724 }
		command = { type = secedeprovince which = GER value = 725 }
		command = { type = secedeprovince which = GER value = 707 } #Estonia
		command = { type = secedeprovince which = GER value = 708 } #Latvia
		command = { type = secedeprovince which = GER value = 709 }
		command = { type = secedeprovince which = GER value = 712 }
		command = { type = secedeprovince which = GER value = 713 }
		command = { type = secedeprovince which = GER value = 714 } #Lithuania
		command = { type = secedeprovince which = GER value = 715 }
		command = { type = secedeprovince which = GER value = 763 } #Bessarabia
		command = { type = secedeprovince which = GER value = 767 }
		command = { type = secedeprovince which = GER value = 772 } #Byelorussia
		command = { type = secedeprovince which = GER value = 773 }
		command = { type = secedeprovince which = GER value = 778 }
		command = { type = secedeprovince which = GER value = 779 }
		command = { type = secedeprovince which = GER value = 780 }
		command = { type = secedeprovince which = GER value = 764 } #The Ukraine
		command = { type = secedeprovince which = GER value = 766 }
		command = { type = secedeprovince which = GER value = 769 }
		command = { type = secedeprovince which = GER value = 770 }
		command = { type = secedeprovince which = GER value = 774 }
		command = { type = secedeprovince which = GER value = 775 }
		command = { type = secedeprovince which = GER value = 776 }
		command = { type = secedeprovince which = GER value = 857 }
		command = { type = secedeprovince which = GER value = 862 }
		command = { type = secedeprovince which = GER value = 863 }
		command = { type = secedeprovince which = GER value = 864 }
		command = { type = secedeprovince which = GER value = 865 }
		command = { type = secedeprovince which = GER value = 781 } #Western Russia
		command = { type = secedeprovince which = GER value = 783 }
		command = { type = secedeprovince which = GER value = 784 }
		command = { type = secedeprovince which = GER value = 785 }
		command = { type = secedeprovince which = GER value = 855 }
		command = { type = secedeprovince which = GER value = 856 }
		command = { type = secedeprovince which = GER value = 858 } #Southern Russia and the Caucasus
		command = { type = secedeprovince which = GER value = 859 }
		command = { type = secedeprovince which = GER value = 861 }
		command = { type = secedeprovince which = GER value = 1230 }
		command = { type = secedeprovince which = GER value = 1220 }
		command = { type = secedeprovince which = GER value = 1222 }
		command = { type = secedeprovince which = GER value = 1223 }
		command = { type = secedeprovince which = GER value = 1224 }
		command = { type = secedeprovince which = GER value = 1225 }
		command = { type = secedeprovince which = GER value = 1255 }
		command = { type = secedeprovince which = GER value = 1256 }
		command = { type = secedeprovince which = GER value = 1257 }
		command = { type = secedeprovince which = GER value = 1258 }
		command = { type = secedeprovince which = GER value = 1259 }
		command = { type = secedeprovince which = GER value = 1260 }
		command = { type = secedeprovince which = GER value = 1359 }
		command = { type = secedeprovince which = GER value = 1360 }

		
		command = { type = peace which = GER }
		
		# In case Finland still exists:
		command = { type = control which = FIN value = 702 }
		command = { type = control which = FIN value = 705 }
		command = { type = control which = FIN value = 706 }
		command = { type = secedeprovince which = FIN value = 787 }
		command = { type = control which = FIN value = 795 }
		command = { type = control which = FIN value = 796 }
		command = { type = control which = FIN value = 797 }
		command = { type = control which = FIN value = 798 }
		command = { type = control which = FIN value = 799 }
		command = { type = control which = FIN value = 800 }
		command = { type = control which = FIN value = 801 }
		command = { type = control which = FIN value = 802 }
		command = { type = secedeprovince which = FIN value = 803 }
		command = { type = secedeprovince which = FIN value = 804 } # Petrozavodsk as war compensation
		command = { type = control which = FIN value = 812 }
		command = { type = control which = FIN value = 813 }
		command = { type = control which = FIN value = 819 }
		command = { type = secedeprovince which = FIN value = 821 }
		command = { type = peace which = FIN }
		
		# In case USSR is still at war with Sweden:
		command = { type = control which = SWE value = 653 }
		command = { type = control which = SWE value = 654 }
		command = { type = control which = SWE value = 659 }
		command = { type = control which = SWE value = 660 }
		command = { type = control which = SWE value = 661 }
		command = { type = control which = SWE value = 665 }
		command = { type = control which = SWE value = 675 }
		command = { type = control which = SWE value = 681 }
		command = { type = control which = SWE value = 682 }
		command = { type = control which = SWE value = 685 }
		command = { type = control which = SWE value = 689 }
		command = { type = control which = SWE value = 690 }
		command = { type = control which = SWE value = 691 }
		command = { type = control which = SWE value = 692 }
		command = { type = control which = SWE value = 695 }
		command = { type = control which = SWE value = 697 }
		command = { type = control which = SWE value = 698 }
		command = { type = control which = SWE value = 818 }
		command = { type = control which = SWE value = 2160 }
		command = { type = peace which = SWE }
		
		# Bessarabia back to Romania:
		command = { type = secedeprovince which = ROM value = 763 }
		command = { type = secedeprovince which = ROM value = 767 }
		
		# ...and the rest of Romania if at war with them:
		command = { type = control which = ROM value = 629 }
		command = { type = control which = ROM value = 728 }
		command = { type = control which = ROM value = 731 }
		command = { type = control which = ROM value = 736 }
		command = { type = control which = ROM value = 739 }
		command = { type = control which = ROM value = 757 }
		command = { type = control which = ROM value = 759 }
		command = { type = control which = ROM value = 760 }
		command = { type = control which = ROM value = 761 }
		command = { type = control which = ROM value = 768 }
		command = { type = control which = ROM value = 868 }
		
		command = { type = peace which = ROM }
		
		command = { type = dissent value = -15 }
		
		# Some to Japan:
		command = { type = secedeprovince which = JAP value = 1648 } # Northern Sakhalin
		command = { type = secedeprovince which = JAP value = 1847 } # Commodore
		
		# Move the capital
		command = { type = capital which = 1522  } # Novosibirsk
		command = { type = province_keypoints which = 1522 value = 5 } 
		
		# Estonia
		command = { type = removecore which = 707 }
		
		# Latvia
		command = { type = removecore which = 708 }
		command = { type = removecore which = 709 }
		command = { type = removecore which = 712 }
		command = { type = removecore which = 713 }
		
		# Lithuania
		command = { type = removecore which = 714 }
		command = { type = removecore which = 715 }
		
		# Bessarabia
		command = { type = removecore which = 763 }
		command = { type = removecore which = 767 }
		
		# Claims on Finland
		command = { type = removecore which = 787 }
		command = { type = removecore which = 803 }
		command = { type = removecore which = 804 }
		command = { type = removecore which = 821 }
	}
}
##########################################################################
#  The not so bitter peace - Japan is in the Axis
##########################################################################
event = { 
	id = 5311
	random = no
	country = SOV
	
	#triggered by SOV 5307
	
	name = "Peace with Germany"
	desc = "Stalin reached for the Nagan pistol he had taken to keeping by the bed lately, but he wasn't quite fast enough, and was soon overpowered by two burly NKVD men. 'Traitors! How dare you!' he screamed, out of himself with rage and fear 'I'm the Secretary General of the Communist Party!'. As his eyes adjusted to the light, Stalin saw that Molotov was watching him from the open door with his usual poker face while Beria squirmed nervously behind him. 'You're incorrect, Iosef Vissarionovich. Since an hour ago, you no longer hold that title. The Politburo was unanimous in its decision...'. Stalin slumped between his captors. 'I suppose you've come to an understanding with the Germans?' he asked in a tired voice. 'Indeed.' answered Molotov. 'Not one I'm happy with, but it leaves us something. I suppose you can ask the Fhrer about the details when you meet him.' Stalin's face went white, but he wasn't given any chance to protest. The 'Iron man' was dragged into the night, screaming."

	style = 0
	
	action_a = {
		name = "OK"
		command = { type = ai which = ussr_defeated.ai } # peaceful Soviet AI for rebuilding

		command = { type = headofstate which = 4001 }   # Kalinin
		command = { type = headofgovernment which = 4031 } # Molotov
		command = { type = foreignminister which = 4031 } # Molotov again
		command = { type = ministerofsecurity which = 4035 } #Beria
		command = { type = chiefofstaff which = 4042 } #Zhukov
		command = { type = chiefofarmy which = 4046 } #Timoshenko

		command = { type = sleepleader which = 4002 } # Stalin executed

		command = { type = independence which = AFG value = 1 }
		command = { type = independence which = PER value = 1 }
		command = { type = independence which = SWE value = 1 }
		command = { type = independence which = FIN value = 1 }
		command = { type = independence which = ROM value = 1 }
		command = { type = independence which = BUL value = 1 }
		command = { type = independence which = HUN value = 1 }
		command = { type = independence which = SLO value = 1 }
		command = { type = independence which = CRO value = 1 }
		command = { type = independence which = YUG value = 1 }
		command = { type = independence which = MAN value = 1 }
		command = { type = independence which = NOR value = 1 }
		
		# Secede areas west of Volga-Don-Peipus line
		command = { type = secedeprovince which = GER value = 645 } #Danzig
		command = { type = secedeprovince which = GER value = 646 } #East Prussia
		command = { type = secedeprovince which = GER value = 650 }
		command = { type = secedeprovince which = GER value = 711 } #Memel
		command = { type = secedeprovince which = GER value = 606 } #Poland
		command = { type = secedeprovince which = GER value = 635 }
		command = { type = secedeprovince which = GER value = 637 }
		command = { type = secedeprovince which = GER value = 638 }
		command = { type = secedeprovince which = GER value = 639 }
		command = { type = secedeprovince which = GER value = 640 }
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 643 }
		command = { type = secedeprovince which = GER value = 647 }
		command = { type = secedeprovince which = GER value = 648 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 716 }
		command = { type = secedeprovince which = GER value = 717 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 719 }
		command = { type = secedeprovince which = GER value = 720 }
		command = { type = secedeprovince which = GER value = 721 }
		command = { type = secedeprovince which = GER value = 722 }
		command = { type = secedeprovince which = GER value = 723 }
		command = { type = secedeprovince which = GER value = 724 }
		command = { type = secedeprovince which = GER value = 725 }
		command = { type = secedeprovince which = GER value = 707 } #Estonia
		command = { type = secedeprovince which = GER value = 708 } #Latvia
		command = { type = secedeprovince which = GER value = 709 }
		command = { type = secedeprovince which = GER value = 712 }
		command = { type = secedeprovince which = GER value = 713 }
		command = { type = secedeprovince which = GER value = 714 } #Lithuania
		command = { type = secedeprovince which = GER value = 715 }
		command = { type = secedeprovince which = GER value = 763 } #Bessarabia
		command = { type = secedeprovince which = GER value = 767 }
		command = { type = secedeprovince which = GER value = 772 } #Byelorussia
		command = { type = secedeprovince which = GER value = 773 }
		command = { type = secedeprovince which = GER value = 778 }
		command = { type = secedeprovince which = GER value = 779 }
		command = { type = secedeprovince which = GER value = 780 }
		command = { type = secedeprovince which = GER value = 764 } #The Ukraine
		command = { type = secedeprovince which = GER value = 766 }
		command = { type = secedeprovince which = GER value = 769 }
		command = { type = secedeprovince which = GER value = 770 }
		command = { type = secedeprovince which = GER value = 774 }
		command = { type = secedeprovince which = GER value = 775 }
		command = { type = secedeprovince which = GER value = 776 }
		command = { type = secedeprovince which = GER value = 857 }
		command = { type = secedeprovince which = GER value = 862 }
		command = { type = secedeprovince which = GER value = 863 }
		command = { type = secedeprovince which = GER value = 864 }
		command = { type = secedeprovince which = GER value = 865 }
		command = { type = secedeprovince which = GER value = 781 } #Western Russia
		command = { type = secedeprovince which = GER value = 783 }
		command = { type = secedeprovince which = GER value = 784 }
		command = { type = secedeprovince which = GER value = 785 }
		command = { type = secedeprovince which = GER value = 855 }
		command = { type = secedeprovince which = GER value = 856 }
		command = { type = secedeprovince which = GER value = 858 } #Southern Russia and the Caucasus
		command = { type = secedeprovince which = GER value = 859 }
		command = { type = secedeprovince which = GER value = 861 }
		command = { type = secedeprovince which = GER value = 1230 }
		command = { type = secedeprovince which = GER value = 1220 }
		command = { type = secedeprovince which = GER value = 1222 }
		command = { type = secedeprovince which = GER value = 1223 }
		command = { type = secedeprovince which = GER value = 1224 }
		command = { type = secedeprovince which = GER value = 1225 }
		command = { type = secedeprovince which = GER value = 1255 }
		command = { type = secedeprovince which = GER value = 1256 }
		command = { type = secedeprovince which = GER value = 1257 }
		command = { type = secedeprovince which = GER value = 1258 }
		command = { type = secedeprovince which = GER value = 1259 }
		command = { type = secedeprovince which = GER value = 1260 }
		command = { type = secedeprovince which = GER value = 1359 }
		command = { type = secedeprovince which = GER value = 1360 }
		
		command = { type = peace which = GER }
		
		# In case Finland still exists:
		command = { type = control which = FIN value = 702 }
		command = { type = control which = FIN value = 705 }
		command = { type = control which = FIN value = 706 }
		command = { type = secedeprovince which = FIN value = 787 }
		command = { type = control which = FIN value = 795 }
		command = { type = control which = FIN value = 796 }
		command = { type = control which = FIN value = 797 }
		command = { type = control which = FIN value = 798 }
		command = { type = control which = FIN value = 799 }
		command = { type = control which = FIN value = 800 }
		command = { type = control which = FIN value = 801 }
		command = { type = control which = FIN value = 802 }
		command = { type = secedeprovince which = FIN value = 803 }
		command = { type = secedeprovince which = FIN value = 804 } # Petrozavodsk as war compensation
		command = { type = control which = FIN value = 812 }
		command = { type = control which = FIN value = 813 }
		command = { type = control which = FIN value = 819 }
		command = { type = secedeprovince which = FIN value = 821 }
		command = { type = peace which = FIN }
		
		# In case USSR is still at war with Sweden:
		command = { type = control which = SWE value = 653 }
		command = { type = control which = SWE value = 654 }
		command = { type = control which = SWE value = 659 }
		command = { type = control which = SWE value = 660 }
		command = { type = control which = SWE value = 661 }
		command = { type = control which = SWE value = 665 }
		command = { type = control which = SWE value = 675 }
		command = { type = control which = SWE value = 681 }
		command = { type = control which = SWE value = 682 }
		command = { type = control which = SWE value = 685 }
		command = { type = control which = SWE value = 689 }
		command = { type = control which = SWE value = 690 }
		command = { type = control which = SWE value = 691 }
		command = { type = control which = SWE value = 692 }
		command = { type = control which = SWE value = 695 }
		command = { type = control which = SWE value = 697 }
		command = { type = control which = SWE value = 698 }
		command = { type = control which = SWE value = 818 }
		command = { type = control which = SWE value = 2160 }
		command = { type = peace which = SWE }
		
		# Bessarabia back to Romania:
		command = { type = secedeprovince which = ROM value = 763 }
		command = { type = secedeprovince which = ROM value = 767 }
		
		# ...and the rest of Romania if at war with them:
		command = { type = control which = ROM value = 629 }
		command = { type = control which = ROM value = 728 }
		command = { type = control which = ROM value = 731 }
		command = { type = control which = ROM value = 736 }
		command = { type = control which = ROM value = 739 }
		command = { type = control which = ROM value = 757 }
		command = { type = control which = ROM value = 759 }
		command = { type = control which = ROM value = 760 }
		command = { type = control which = ROM value = 761 }
		command = { type = control which = ROM value = 768 }
		command = { type = control which = ROM value = 868 }
		
		command = { type = peace which = ROM }
		
		command = { type = dissent value = -15 }
		
		# Some to Japan:
		command = { type = secedeprovince which = JAP value = 1648 } # Northern Sakhalin
		command = { type = secedeprovince which = JAP value = 1847 } # Commodore
		command = { type = secedeprovince which = JAP value = 1651 } # The Vladivostok area
		command = { type = secedeprovince which = JAP value = 1652 }
		command = { type = secedeprovince which = JAP value = 1653 }
		command = { type = secedeprovince which = JAP value = 1656 }
		command = { type = secedeprovince which = JAP value = 1657 }
		command = { type = secedeprovince which = JAP value = 1658 }
		command = { type = secedeprovince which = JAP value = 1662 }
		command = { type = secedeprovince which = JAP value = 1663 }
		
		# Move the capital
		command = { type = capital which = 1522  } # Novosibirsk
		command = { type = province_keypoints which = 1522 value = 5 } 
		
		# Estonia
		command = { type = removecore which = 707 }
		
		# Latvia
		command = { type = removecore which = 708 }
		command = { type = removecore which = 709 }
		command = { type = removecore which = 712 }
		command = { type = removecore which = 713 }
		
		# Lithuania
		command = { type = removecore which = 714 }
		command = { type = removecore which = 715 }
		
		# Bessarabia
		command = { type = removecore which = 763 }
		command = { type = removecore which = 767 }
		
		# Claims on Finland
		command = { type = removecore which = 787 }
		command = { type = removecore which = 803 }
		command = { type = removecore which = 804 }
		command = { type = removecore which = 821 }
	}
}
########################################################################################
# Victory in the East with Rosenberg plan - German event
########################################################################################
event = { 
	id = 5315
	random = no
	country = GER

	trigger = {

		event = 5203 # Rosenberg plan approved

		war = { country = GER country = SOV }

		lost_VP = { country = SOV value = 50 }	
		lost_IC = { country = SOV value = 50 }	

		NOT = {
			control = { province = 527 data = FRA } # Paris
		}

		# new conditions

		NOT = {
			OR = {
				control = { province = 788 data = SOV } # Leningrad
				control = { province = 1225 data = SOV } # Stalingrad
				control = { province = 846 data = SOV } # Moscow
				control = { province = 1359 data = SOV } # Baku
				control = { province = 778 data = SOV } # Minsk
				control = { province = 775 data = SOV } # Kiev
				}
			}

	}

	name = "Victory in the east"
	desc = "The German progress in Russia had now reached a point when a victorious conclusion of the war could be contemplated. Two plans had been prepared by the experts of the Ostministerium: the first was a peace offer to the Soviets, demanding the removal of Stalin, cession of the Baltic States to Germany and the recognition of the non-Russian Soviet Republics west of the Urals as a German sphere of interest, to be managed by the Reich as it saw fit. The other was to set up an anti-communist regime in occupied Russia and let Russians fight Russians. While the new Russia would initially need extensive German support to survive, eventually the Reich would be able to turn its attention elsewhere. Of candidates for leadership of such a regime there were no shortage among the Red Army POW's, notable among them was General Vlasov. Of course, if an offer of peace was sent and was rejected, the scheme of an anti-communist Russia could be still implemented."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Set up anti-communist Russian government under General Vlasov."
		command = { type = trigger which = 5316 } #SOV
		command = { type = supplies value = -2000 } #Arms and supplies for Vlasov's troops
	}
	action_b = {
		name = "Offer peace terms to the Soviets."
		command = { type = trigger which = 5317 } #SOV
	}
}
########################################################################################
# Germany is setting up the Vlasov regime
########################################################################################
event = { 
	id = 5316
	random = no
	country = GER

	#triggered by GER5315

	name = "Germany is setting up the Vlasov regime"
	desc = "It would take a few days to get everything organized before setting up the Vlasov regime in Russia, not the least a decision needed to be made regarding the non-Russian republics of the European USSR."

	style = 0

	action_a = {
		name = "OK" # This is a flag event
		command = { }	
	}
}
########################################################################################
# Germany awaits Soviet answer
########################################################################################
event = { 
	id = 5317
	random = no
	country = GER

	#triggered by GER5315

	name = "Germany awaits Soviet answer"
	desc = "The Abwehr estimated that if the Politburo decided to oust Stalin and accept the peace treaty, it would take them a few days to sort matters out and be in control of the situation. Meanwhile the future of the non-Russian republics of the European USSR needed to be decided."

	style = 0

	action_a = {
		name = "OK" # This is a flag event
		command = { }	
	}
}
#################################################
# Russian Civil War
#################################################
event = { 
	id = 5320
	random = no 
	country = SOV

	Trigger = {
		event = 5316 #flag event
 	}

	name = "Russian Civil War"
	desc = "Stalin's worst nightmare was becoming a reality. Many Red Army officers blamed his and the Party's leadership for the unending string of defeats, and now some German ex-POWs under General Vlasov had proclaimed an anti-communist Russian regime recognized by Germany. This move would not normally have caused anything but spite among the Soviet officers, but with the new regime came a peace with Germany far better than the USSR could ever hope for - all of the Russian SSR to remain in Russian hands. Many officers saw a chance to save the Rodina from certain disaster and joined the anti-communist Russian forces. All over European Russia, 'Vlasovites' as Stalin called them, were capturing strategic points and population centers. As the Soviet State began to tear itself apart, any Soviet-annexed nations would surely break free."


	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Russian Civil War commences"
		command = { type = independence which = RUS value = 1 }
		command = { type = manpowerpool value = -1000 }
		command = { type = trigger which = 5330 } #RUS Russian Republic
		command = { type = trigger which = 5331 } #SOV Red Army Units defect to Vlassov
		command = { type = independence which = AFG value = 1 }
		command = { type = independence which = PER value = 1 }
		command = { type = independence which = SWE value = 1 }
		command = { type = independence which = FIN value = 1 }
		command = { type = independence which = ROM value = 1 }
		command = { type = independence which = BUL value = 1 }
		command = { type = independence which = HUN value = 1 }
		command = { type = independence which = SLO value = 1 }
		command = { type = independence which = CRO value = 1 }
		command = { type = independence which = YUG value = 1 }
		command = { type = independence which = MAN value = 1 }
		command = { type = independence which = NOR value = 1 }
	}
}
####################################################
# Independence for the Baltic States?
####################################################
event = { 
	id = 5322
	random = no 
	country = GER
 
	trigger = { 

		event = 5315 #Victory in the East

		OR = {
			NOT = { exists = EST }
			NOT = { exists = LAT }
			NOT = { exists = LIT }
		}
	}

	name = "Independence for the Baltic States?"
	desc = "With the war in the East won, time had come to consider whether to honor the promises made to the Baltic States. Would they gain their freedom or be annexed to the Greater German Reich? Ostminister Rosenberg intended the latter, and was not shy about the Reich going back on its word."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "We Lied! Annex them to the Reich!"
		command = { type = trigger which = 5323 } # Soviet event to cede the Baltic States
		command = { type = dissent value = 5 } 
	}
	action_b = {
		name = "Honor our promise and set them free"
		command = { type = trigger which = 5231 } #SOV events to set the Baltics free
	}
}
####################################################
# Germany annexes the Baltic States
####################################################
event = { 
	id = 5323
	random = no 
	country = SOV
 
	#triggered by GER5322

	name = "Germany annexes the Baltic States"
	desc = "The Germans have dishonored their promises to the Baltic States and annexed them. Serves them right for trusting the Hitlerites!"

	style = 0

	action_a = {
		name = "Cede the Baltic States to Germany!"
		command = { type = secedeprovince which = GER value = 707 }
		command = { type = secedeprovince which = GER value = 708 }
		command = { type = secedeprovince which = GER value = 709 }
		command = { type = secedeprovince which = GER value = 712 }
		command = { type = secedeprovince which = GER value = 713 }
		command = { type = secedeprovince which = GER value = 714 }
		command = { type = secedeprovince which = GER value = 715 }
		command = { type = secedeprovince which = GER value = 716 }
		command = { type = secedeprovince which = GER value = 717 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 721 }
		command = { type = secedeprovince which = GER value = 772 }
		command = { type = secedeprovince which = GER value = 773 }
		command = { type = secedeprovince which = GER value = 778 }
		command = { type = secedeprovince which = GER value = 779 }
	}
}
####################################################
# Independence for Byelorussia?
####################################################
event = { 
	id = 5324
	random = no 
	country = GER
 
	trigger = { 

		event = 5315 #Victory in the East
		NOT = { exists = BLR }
	}

	name = "Independence for Byelorussia?"
	desc = "With the war in the East won, time had come to consider whether to honor the promises made to Byelorussians. Would they gain their freedom or be annexed to the Greater German Reich? Ostminister Rosenberg intended the latter, and was not shy about the Reich going back on its word."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "We Lied! Annex them to the Reich!"
		command = { type = trigger which = 5325 } # Soviet event to cede Byelorussia
		command = { type = dissent value = 5 } 
	}
	action_b = {
		name = "Honor our promise and set them free"
		command = { type = trigger which = 5239 } #SOV events to set Byelorussia free
	}
}
####################################################
# Germany annexes Byelorussia
####################################################
event = { 
	id = 5325
	random = no 
	country = SOV
 
	#triggered by GER5322

	name = "Germany annexes Byelorussia"
	desc = "The Germans have dishonored their promises to the Byelorussian traitors. Serves them right for trusting the Hitlerites!"

	style = 0

	action_a = {
		name = "Cede Byelorussia to Germany!"
		command = { type = secedeprovince which = GER value = 716 }
		command = { type = secedeprovince which = GER value = 717 }
		command = { type = secedeprovince which = GER value = 718 }
		command = { type = secedeprovince which = GER value = 721 }
		command = { type = secedeprovince which = GER value = 772 }
		command = { type = secedeprovince which = GER value = 773 }
		command = { type = secedeprovince which = GER value = 778 }
		command = { type = secedeprovince which = GER value = 779 }
		command = { type = secedeprovince which = GER value = 780 }
	}
}
####################################################
# Independence for The Ukraine?
####################################################
event = { 
	id = 5326
	random = no 
	country = GER
 
	trigger = { 

		event = 5315 #Victory in the East

		NOT = { exists = UKR }
	}

	name = "Independence for The Ukraine?"
	desc = "With the war in the East won, time had come to consider whether to honor the promises made to Ukrainian nationalists. Would they gain their freedom or be annexed to the Greater German Reich? Ostminister Rosenberg intended the former, hoping to set up the Ukraine as a strong bastion against Russia in times to come."
	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Honor our promise and set them free"
		command = { type = trigger which = 5236 } #SOV events to set the Ukraine free
	}
	action_b = {
		name = "We Lied! Annex them to the Reich!"
		command = { type = trigger which = 5327 } # Soviet event to cede the Ukraine
		command = { type = dissent value = 10 } 

	}
}
####################################################
# Germany annexes the Ukraine
####################################################
event = { 
	id = 5327
	random = no 
	country = SOV
 
	#triggered by GER5326

	name = "Germany annexes the Ukraine"
	desc = "The Germans have dishonored their promises to the Ukrainian traitors. Serves them right for trusting the Hitlerites!"

	style = 0

	action_a = {
		name = "Cede the Ukraine to Germany!"
		command = { type = secedeprovince which = GER value = 719 }
		command = { type = secedeprovince which = GER value = 725 }
		command = { type = secedeprovince which = GER value = 764 }
		command = { type = secedeprovince which = GER value = 766 }
		command = { type = secedeprovince which = GER value = 769 }
		command = { type = secedeprovince which = GER value = 770 }
		command = { type = secedeprovince which = GER value = 774 }
		command = { type = secedeprovince which = GER value = 775 }
		command = { type = secedeprovince which = GER value = 776 }
		command = { type = secedeprovince which = GER value = 857 }
		command = { type = secedeprovince which = GER value = 862 }
		command = { type = secedeprovince which = GER value = 863 }
		command = { type = secedeprovince which = GER value = 864 }
		command = { type = secedeprovince which = GER value = 865 }
	}
}
####################################################
# Independence for the Caucasian Republics?
####################################################
event = { 
	id = 5328
	random = no 
	country = GER
 
	trigger = {

		event = 5315 #Victory in the East

		OR = {
			NOT = { exists = ARM }
			NOT = { exists = AZB }
			NOT = { exists = GEO }
		}
	}

	name = "Independence for the Caucasian Republics?"
	desc = "With the war in the East won, time had come to consider whether to honor the promises made to the Caucasian peoples. Would they gain their freedom or be annexed to the Greater German Reich? Ostminister Rosenberg intended the former, given the impracticality of annexing areas so distant from the Reich."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Honor our promise and set them free"
		command = { type = trigger which = 5242 } #SOV events to set the Caucasian Republics free
	}
	action_b = {
		name = "We Lied! Annex them to the Reich!"
		command = { type = trigger which = 5329 } # Soviet event to cede the Caucasian Republics
		command = { type = dissent value = 5 } 
	}
}
####################################################
# Germany annexes the Caucasian Republics
####################################################
event = { 
	id = 5329
	random = no 
	country = SOV
 
	#triggered by GER5328

	name = "Germany annexes the Caucasian Republics"
	desc = "The Germans have dishonored their promises to the traitors in Georgia, Armenia and Azerbaijan. Serves them right for trusting the Hitlerites!"

	style = 0

	action_a = {
		name = "Cede the Caucasian Republics to Germany!"
		command = { type = secedeprovince which = GER value = 1220 }
		command = { type = secedeprovince which = GER value = 1258 }
		command = { type = secedeprovince which = GER value = 1259 }
		command = { type = secedeprovince which = GER value = 1260 }
		command = { type = secedeprovince which = GER value = 1359 }
		command = { type = secedeprovince which = GER value = 1360 }
	}
}
#########################################################################
#  Russian Republic joins the Axis!
#########################################################################
event = { 
	id = 5330
	random = no
	country = RUS
	
	#triggered by SOV5320
	
	name = "Russian Republic joins the Axis!"
	desc = "Vlasov and his followers knew full well they would need support from Germany if they were to defeat the USSR and bring liberation from Bolshevism to the Rodina. On the very day the Republic of Russia was founded, Vlasov signed the Anti-Comintern pact as its first President."

	style = 0

	action_a = {
		name = "Join the Axis!"
		command = { type = alliance which = GER }
		command = { type = alignment which = fascist value = 150 }
		command = { type = manpowerpool value = 1000 }
		command = { type = supplies value = 2000 }
		command = { type = headofstate which = 4080 }
		command = { type = headofgovernment which = 4081 }
		command = { type = foreignminister which = 4082 }
		command = { type = armamentminister which = 4083 }
		command = { type = ministerofsecurity which = 4084 }
		command = { type = ministerofintelligence which = 4085 }
		command = { type = chiefofstaff which = 4086 }
		command = { type = chiefofarmy which = 4087 }
		command = { type = chiefofnavy which = 4088 }
		command = { type = chiefofair which = 4089 }
		command = { type = secedeprovince which = FIN Value = 804 } #Finland gets Petrozadovsk as war compensation
		command = { type = removecore which = 804 }

		command = { type = addcore which = 805 } #Russian areas loyal to USSR
		command = { type = addcore which = 807 }
		command = { type = addcore which = 811 }
		command = { type = addcore which = 822 }
		command = { type = addcore which = 834 }
		command = { type = addcore which = 838 }
		command = { type = addcore which = 839 }
		command = { type = addcore which = 846 }
		command = { type = addcore which = 851 }
		command = { type = addcore which = 854 }
		command = { type = addcore which = 1225 }
		command = { type = addcore which = 1233 }
		command = { type = addcore which = 1235 }
		command = { type = addcore which = 1236 }
		command = { type = addcore which = 1237 }
		command = { type = addcore which = 1239 }
		command = { type = addcore which = 1240 }
		command = { type = addcore which = 1241 }
		command = { type = addcore which = 1242 }
		command = { type = addcore which = 1243 }
		command = { type = addcore which = 1244 }
		command = { type = addcore which = 1248 }
		command = { type = addcore which = 1249 }
		command = { type = addcore which = 1250 }
		command = { type = addcore which = 1372 }
		command = { type = addcore which = 1373 }
		command = { type = addcore which = 1374 }

		command = { type = addcore which = 764 } #Trans-Uralian USSR areas
		command = { type = addcore which = 766 }
		command = { type = addcore which = 769 }
		command = { type = addcore which = 770 }
		command = { type = addcore which = 772 }
		command = { type = addcore which = 773 }
		command = { type = addcore which = 774 }
		command = { type = addcore which = 775 }
		command = { type = addcore which = 776 }
		command = { type = addcore which = 778 }
		command = { type = addcore which = 779 }
		command = { type = addcore which = 864 }
		command = { type = addcore which = 865 }
#		command = { type = addcore which = 1220 } #Georgia
#		command = { type = addcore which = 1258 } #Georgia
#		command = { type = addcore which = 1259 } #Azerbaian
#		command = { type = addcore which = 1260 } #Armenia
#		command = { type = addcore which = 1359 } #Azerbaian
#		command = { type = addcore which = 1360 } #Azerbaian
		command = { type = addcore which = 1366 }
		command = { type = addcore which = 1369 }
		command = { type = addcore which = 1370 }
		command = { type = addcore which = 1371 }
		command = { type = addcore which = 1375 }
		command = { type = addcore which = 1376 }
		command = { type = addcore which = 1377 }
		command = { type = addcore which = 1378 }
		command = { type = addcore which = 1379 }
		command = { type = addcore which = 1380 }
		command = { type = addcore which = 1381 }
		command = { type = addcore which = 1382 }
		command = { type = addcore which = 1383 }
		command = { type = addcore which = 1385 }
		command = { type = addcore which = 1386 }
		command = { type = addcore which = 1387 }
		command = { type = addcore which = 1388 }
		command = { type = addcore which = 1389 }
		command = { type = addcore which = 1391 }
		command = { type = addcore which = 1392 }
		command = { type = addcore which = 1393 }
		command = { type = addcore which = 1394 }
		command = { type = addcore which = 1395 }
		command = { type = addcore which = 1396 }
		command = { type = addcore which = 1397 }
		command = { type = addcore which = 1398 }
		command = { type = addcore which = 1399 }
		command = { type = addcore which = 1402 }
		command = { type = addcore which = 1404 }
		command = { type = addcore which = 1405 }
		command = { type = addcore which = 1409 }
		command = { type = addcore which = 1422 }
		command = { type = addcore which = 1423 }
		command = { type = addcore which = 1424 }
		command = { type = addcore which = 1425 }
		command = { type = addcore which = 1426 }
		command = { type = addcore which = 1429 }
		command = { type = addcore which = 1430 }
		command = { type = addcore which = 1431 }
		command = { type = addcore which = 1436 }
		command = { type = addcore which = 1515 }
		command = { type = addcore which = 1519 }
		command = { type = addcore which = 1518 }
		command = { type = addcore which = 1517 }
		command = { type = addcore which = 1521 }
		command = { type = addcore which = 1522 }
		command = { type = addcore which = 1523 }
		command = { type = addcore which = 1524 }
		command = { type = addcore which = 1525 }
		command = { type = addcore which = 1526 }
		command = { type = addcore which = 1527 }
		command = { type = addcore which = 1529 }
		command = { type = addcore which = 1530 }
		command = { type = addcore which = 1533 }
		command = { type = addcore which = 1535 }
		command = { type = addcore which = 1537 }
		command = { type = addcore which = 1538 }
		command = { type = addcore which = 1540 }
		command = { type = addcore which = 1552 }
		command = { type = addcore which = 1553 }
		command = { type = addcore which = 1628 }
		command = { type = addcore which = 1630 }
		command = { type = addcore which = 1631 }
		command = { type = addcore which = 1632 }
		command = { type = addcore which = 1633 }
		command = { type = addcore which = 1634 }
		command = { type = addcore which = 1636 }
		command = { type = addcore which = 1637 }
		command = { type = addcore which = 1638 }
		command = { type = addcore which = 1639 }
		command = { type = addcore which = 1640 }
		command = { type = addcore which = 1641 }
		command = { type = addcore which = 1644 }
		command = { type = addcore which = 1645 }
		command = { type = addcore which = 1648 }
		command = { type = addcore which = 1651 }
		command = { type = addcore which = 1652 }
		command = { type = addcore which = 1653 }
		command = { type = addcore which = 1656 }
		command = { type = addcore which = 1657 }
		command = { type = addcore which = 1658 }
		command = { type = addcore which = 1659 }
		command = { type = addcore which = 1662 }
		command = { type = addcore which = 1663 }
		command = { type = addcore which = 1843 }
		command = { type = addcore which = 1846 }
		command = { type = addcore which = 1847 }
		command = { type = addcore which = 1850 }
		command = { type = addcore which = 1855 }
		command = { type = trigger which = 5247 }
	}
}
#########################################################################
#  Red Army units defect to Vlasov
#########################################################################
event = { 
	id = 5331
	random = no
	country = SOV
	
	#triggered by SOV5320
	
	name = "Red Army units defect to Vlasov"
	desc = "Most Red Army units were still loyal to the Soviet regime but some joined Vlasov's new Republic of Russia."

	style = 0

	action_a = {
		name = "Death to all traitors!"
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
		command = { type = switch_allegiance which = RUS value = -1 }
	}
}
#########################################################################
#  Germany offers Peace (Japan is not in the Axis)
#########################################################################
event = { 
	id = 5332
	random = no
	country = SOV
	
	Trigger = {

		event = 5317 #Rosenberg peace offer

		NOT = {
			alliance = { country = GER country = JAP }
			control = { province = 527 data = FRA } # Paris
		}
	}
	
	name = "Germany offers Peace"
	desc = "Given the disastrous war situation, Foreign Commissar Molotov was not surprised when a formal offer of peace was delivered from the leaders of the III Reich. In fact, he had made sure, in collusion with Beria, that such an offer would be delivered to him and no one else. The territorial demands were moderate: all of Poland to Germany, all non-Russian areas west of the Urals to become German sphere of influence to be managed by the German Reich as it saw fit, minor territorial concessions to Finland, Romania and Japan. The real stumbling block, however, would be Stalin's future. The Germans demanded not only his removal from office, but his extradition, to be tried for 'war crimes'. Molotov smiled without humor. He would have demanded the same had the positions been reversed, to cover the war of aggression with a varnish of justice. He would have to speak swiftly and secretly to the other members of the Politburo. This might be too good an opportunity to miss."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "We agree!"
		command = { type = ai which = ussr_defeated.ai } # peaceful Soviet AI for rebuilding

		command = { type = peace which = GER }

		command = { type = headofstate which = 4001 }   # Kalinin
		command = { type = headofgovernment which = 4031 } # Molotov
		command = { type = foreignminister which = 4031 } # Molotov again
		command = { type = ministerofsecurity which = 4035 } #Beria
		command = { type = chiefofstaff which = 4042 } #Zhukov
		command = { type = chiefofarmy which = 4046 } #Timoshenko

		command = { type = sleepleader which = 4002 } # Stalin executed

		command = { type = independence which = AFG value = 1 }
		command = { type = independence which = PER value = 1 }
		command = { type = independence which = SWE value = 1 }
		command = { type = independence which = FIN value = 1 }
		command = { type = independence which = ROM value = 1 }
		command = { type = independence which = BUL value = 1 }
		command = { type = independence which = HUN value = 1 }
		command = { type = independence which = SLO value = 1 }
		command = { type = independence which = CRO value = 1 }
		command = { type = independence which = YUG value = 1 }
		command = { type = independence which = MAN value = 1 }
		command = { type = independence which = NOR value = 1 }
		
		# Secede areas west of 1936 Soviet border
		command = { type = secedeprovince which = GER value = 645 } #Danzig
		command = { type = secedeprovince which = GER value = 646 } #East Prussia
		command = { type = secedeprovince which = GER value = 650 }
		command = { type = secedeprovince which = GER value = 711 } #Memel
		command = { type = secedeprovince which = GER value = 606 } #Poland
		command = { type = secedeprovince which = GER value = 635 }
		command = { type = secedeprovince which = GER value = 637 }
		command = { type = secedeprovince which = GER value = 638 }
		command = { type = secedeprovince which = GER value = 639 }
		command = { type = secedeprovince which = GER value = 640 }
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 643 }
		command = { type = secedeprovince which = GER value = 647 }
		command = { type = secedeprovince which = GER value = 648 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 720 }
		command = { type = secedeprovince which = GER value = 722 }
		command = { type = secedeprovince which = GER value = 723 }
		command = { type = secedeprovince which = GER value = 724 }

		# In case Finland still exists:
		command = { type = control which = FIN value = 702 }
		command = { type = control which = FIN value = 705 }
		command = { type = control which = FIN value = 706 }
		command = { type = secedeprovince which = FIN value = 787 }
		command = { type = control which = FIN value = 795 }
		command = { type = control which = FIN value = 796 }
		command = { type = control which = FIN value = 797 }
		command = { type = control which = FIN value = 798 }
		command = { type = control which = FIN value = 799 }
		command = { type = control which = FIN value = 800 }
		command = { type = control which = FIN value = 801 }
		command = { type = control which = FIN value = 802 }
		command = { type = secedeprovince which = FIN value = 803 }
		command = { type = secedeprovince which = FIN value = 804 } # Petrozavodsk as war compensation
		command = { type = control which = FIN value = 812 }
		command = { type = control which = FIN value = 813 }
		command = { type = control which = FIN value = 819 }
		command = { type = secedeprovince which = FIN value = 821 }
		command = { type = peace which = FIN }
		
		# In case USSR is still at war with Sweden:
		command = { type = control which = SWE value = 653 }
		command = { type = control which = SWE value = 654 }
		command = { type = control which = SWE value = 659 }
		command = { type = control which = SWE value = 660 }
		command = { type = control which = SWE value = 661 }
		command = { type = control which = SWE value = 665 }
		command = { type = control which = SWE value = 675 }
		command = { type = control which = SWE value = 681 }
		command = { type = control which = SWE value = 682 }
		command = { type = control which = SWE value = 685 }
		command = { type = control which = SWE value = 689 }
		command = { type = control which = SWE value = 690 }
		command = { type = control which = SWE value = 691 }
		command = { type = control which = SWE value = 692 }
		command = { type = control which = SWE value = 695 }
		command = { type = control which = SWE value = 697 }
		command = { type = control which = SWE value = 698 }
		command = { type = control which = SWE value = 818 }
		command = { type = control which = SWE value = 2160 }
		command = { type = peace which = SWE }
		
		# Bessarabia back to Romania:
		command = { type = secedeprovince which = ROM value = 763 }
		command = { type = secedeprovince which = ROM value = 767 }
		
		# ...and the rest of Romania if at war with them:
		command = { type = control which = ROM value = 629 }
		command = { type = control which = ROM value = 728 }
		command = { type = control which = ROM value = 731 }
		command = { type = control which = ROM value = 736 }
		command = { type = control which = ROM value = 739 }
		command = { type = control which = ROM value = 757 }
		command = { type = control which = ROM value = 759 }
		command = { type = control which = ROM value = 760 }
		command = { type = control which = ROM value = 761 }
		command = { type = control which = ROM value = 768 }
		command = { type = control which = ROM value = 868 }
		
		command = { type = peace which = ROM }
		
		command = { type = dissent value = -15 }
		
		# Some to Japan:
		command = { type = secedeprovince which = JAP value = 1648 } # Northern Sakhalin
		command = { type = secedeprovince which = JAP value = 1847 } # Commodore
		command = { type = peace which = JAP }
		
		# Move the capital
		command = { type = capital which = 1522  } # Novosibirsk
		command = { type = province_keypoints which = 1522 value = 5 } 
		
		# Estonia
		command = { type = removecore which = 707 }
		
		# Latvia
		command = { type = removecore which = 708 }
		command = { type = removecore which = 709 }
		command = { type = removecore which = 712 }
		command = { type = removecore which = 713 }
		
		# Lithuania
		command = { type = removecore which = 714 }
		command = { type = removecore which = 715 }
		
		# Bessarabia
		command = { type = removecore which = 763 }
		command = { type = removecore which = 767 }
		
		# Claims on Finland
		command = { type = removecore which = 787 }
		command = { type = removecore which = 803 }
		command = { type = removecore which = 804 }
		command = { type = removecore which = 821 }
	}
	action_b = {
		name = "Never!"
		command = { type = trigger which = 5316 } #SOV
	}
}
#########################################################################
#  Germany offers Peace (Japan is in the Axis)
#########################################################################
event = { 
	id = 5333
	random = no
	country = SOV
	
	Trigger = {

		event = 5317 #Rosenberg peace offer

		alliance = { country = GER country = JAP }

		NOT = {
			control = { province = 527 data = FRA } # Paris
		}
	}
	
	name = "Germany offers Peace"
	desc = "Given the disastrous war situation, Foreign Commissar Molotov was not surprised when a formal offer of peace was delivered from the leaders of the III Reich. In fact, he had made sure, in collusion with Beria, that such an offer would be delivered to him and no one else. The territorial demands were moderate: all of Poland to Germany, all non-Russian areas west of the Urals to become German sphere of influence to be managed by the German Reich as it saw fit, minor territorial concessions to Finland and Romania and the Transamur to Japan. The real stumbling block, however, would be Stalin's future. The Germans demanded not only his removal from office, but his extradition, to be tried for 'war crimes'. Molotov smiled without humor. He would have demanded the same had the positions been reversed, to cover the war of aggression with a varnish of justice. He would have to speak swiftly and secretly to the other members of the Politburo. This might be to good an opportunity to miss."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "We agree!"
		command = { type = ai which = ussr_defeated.ai } # peaceful Soviet AI for rebuilding

		command = { type = peace which = GER }

		command = { type = headofstate which = 4001 }   # Kalinin
		command = { type = headofgovernment which = 4031 } # Molotov
		command = { type = foreignminister which = 4031 } # Molotov again
		command = { type = ministerofsecurity which = 4035 } #Beria
		command = { type = chiefofstaff which = 4042 } #Zhukov
		command = { type = chiefofarmy which = 4046 } #Timoshenko

		command = { type = sleepleader which = 4002 } # Stalin executed

		command = { type = independence which = SWE value = 1 }
		command = { type = independence which = FIN value = 1 }
		command = { type = independence which = ROM value = 1 }
		command = { type = independence which = BUL value = 1 }
		command = { type = independence which = HUN value = 1 }
		command = { type = independence which = SLO value = 1 }
		command = { type = independence which = CRO value = 1 }
		command = { type = independence which = MAN value = 1 }
		command = { type = independence which = NOR value = 1 }
		
		# Secede areas west of 1936 Soviet border
		command = { type = secedeprovince which = GER value = 645 } #Danzig
		command = { type = secedeprovince which = GER value = 646 } #East Prussia
		command = { type = secedeprovince which = GER value = 650 }
		command = { type = secedeprovince which = GER value = 711 } #Memel
		command = { type = secedeprovince which = GER value = 606 } #Poland
		command = { type = secedeprovince which = GER value = 635 }
		command = { type = secedeprovince which = GER value = 637 }
		command = { type = secedeprovince which = GER value = 638 }
		command = { type = secedeprovince which = GER value = 639 }
		command = { type = secedeprovince which = GER value = 640 }
		command = { type = secedeprovince which = GER value = 642 }
		command = { type = secedeprovince which = GER value = 643 }
		command = { type = secedeprovince which = GER value = 647 }
		command = { type = secedeprovince which = GER value = 648 }
		command = { type = secedeprovince which = GER value = 649 }
		command = { type = secedeprovince which = GER value = 720 }
		command = { type = secedeprovince which = GER value = 722 }
		command = { type = secedeprovince which = GER value = 723 }
		command = { type = secedeprovince which = GER value = 724 }

		# In case Finland still exists:
		command = { type = control which = FIN value = 702 }
		command = { type = control which = FIN value = 705 }
		command = { type = control which = FIN value = 706 }
		command = { type = secedeprovince which = FIN value = 787 }
		command = { type = control which = FIN value = 795 }
		command = { type = control which = FIN value = 796 }
		command = { type = control which = FIN value = 797 }
		command = { type = control which = FIN value = 798 }
		command = { type = control which = FIN value = 799 }
		command = { type = control which = FIN value = 800 }
		command = { type = control which = FIN value = 801 }
		command = { type = control which = FIN value = 802 }
		command = { type = secedeprovince which = FIN value = 803 }
		command = { type = secedeprovince which = FIN value = 804 } # Petrozavodsk as war compensation
		command = { type = control which = FIN value = 812 }
		command = { type = control which = FIN value = 813 }
		command = { type = control which = FIN value = 819 }
		command = { type = secedeprovince which = FIN value = 821 }
		command = { type = peace which = FIN }
		
		# In case USSR is still at war with Sweden:
		command = { type = control which = SWE value = 653 }
		command = { type = control which = SWE value = 654 }
		command = { type = control which = SWE value = 659 }
		command = { type = control which = SWE value = 660 }
		command = { type = control which = SWE value = 661 }
		command = { type = control which = SWE value = 665 }
		command = { type = control which = SWE value = 675 }
		command = { type = control which = SWE value = 681 }
		command = { type = control which = SWE value = 682 }
		command = { type = control which = SWE value = 685 }
		command = { type = control which = SWE value = 689 }
		command = { type = control which = SWE value = 690 }
		command = { type = control which = SWE value = 691 }
		command = { type = control which = SWE value = 692 }
		command = { type = control which = SWE value = 695 }
		command = { type = control which = SWE value = 697 }
		command = { type = control which = SWE value = 698 }
		command = { type = control which = SWE value = 818 }
		command = { type = control which = SWE value = 2160 }
		command = { type = peace which = SWE }
		
		# Bessarabia back to Romania:
		command = { type = secedeprovince which = ROM value = 763 }
		command = { type = secedeprovince which = ROM value = 767 }
		
		# ...and the rest of Romania if at war with them:
		command = { type = control which = ROM value = 629 }
		command = { type = control which = ROM value = 728 }
		command = { type = control which = ROM value = 731 }
		command = { type = control which = ROM value = 736 }
		command = { type = control which = ROM value = 739 }
		command = { type = control which = ROM value = 757 }
		command = { type = control which = ROM value = 759 }
		command = { type = control which = ROM value = 760 }
		command = { type = control which = ROM value = 761 }
		command = { type = control which = ROM value = 768 }
		command = { type = control which = ROM value = 868 }
		
		command = { type = peace which = ROM }
		
		command = { type = dissent value = -15 }
		
		# Some to Japan:
		command = { type = secedeprovince which = JAP value = 1648 } # Northern Sakhalin
		command = { type = secedeprovince which = JAP value = 1847 } # Commodore
		command = { type = secedeprovince which = JAP value = 1651 } # The Vladivostok area
		command = { type = secedeprovince which = JAP value = 1652 }
		command = { type = secedeprovince which = JAP value = 1653 }
		command = { type = secedeprovince which = JAP value = 1656 }
		command = { type = secedeprovince which = JAP value = 1657 }
		command = { type = secedeprovince which = JAP value = 1658 }
		command = { type = secedeprovince which = JAP value = 1662 }
		command = { type = secedeprovince which = JAP value = 1663 }
		command = { type = peace which = JAP }
		
		# Move the capital
		command = { type = capital which = 1522  } # Novosibirsk
		command = { type = province_keypoints which = 1522 value = 5 } 
		
		# Estonia
		command = { type = removecore which = 707 }
		
		# Latvia
		command = { type = removecore which = 708 }
		command = { type = removecore which = 709 }
		command = { type = removecore which = 712 }
		command = { type = removecore which = 713 }
		
		# Lithuania
		command = { type = removecore which = 714 }
		command = { type = removecore which = 715 }
		
		# Bessarabia
		command = { type = removecore which = 763 }
		command = { type = removecore which = 767 }
		
		# Claims on Finland
		command = { type = removecore which = 787 }
		command = { type = removecore which = 803 }
		command = { type = removecore which = 804 }
		command = { type = removecore which = 821 }
	}
	action_b = {
		name = "Never!"
		command = { type = trigger which = 5316 } #SOV
	}
}
########################################################################################
# Victory in the East with Ribbentrop-Schulenburg plan
########################################################################################
event = { 
	id = 5334
	random = no
	country = GER

	trigger = {

		event = 5204 #Ribbentrop-Schulenburg plan approved

		lost_VP = 50 # The USSR must have lost at least half of its VPs
		lost_IC = 50 # The USSR must have lost at least half of its ICs

		war = { country = GER country = SOV }

		NOT = {
			control = { province = 527 data = FRA } # Paris
		}


		# new conditions

		NOT = {
			OR = {
				control = { province = 788 data = SOV } # Leningrad
				control = { province = 1225 data = SOV } # Stalingrad
				control = { province = 846 data = SOV } # Moscow
				control = { province = 1359 data = SOV } # Baku
				control = { province = 778 data = SOV } # Minsk
				control = { province = 775 data = SOV } # Kiev
				}
			}

		
	}

	name = "Victory in the east"
	desc = "The German progress in Russia had now reached a point when a victorious conclusion of the war could be contemplated. Two plans had been prepared by the experts of the Foreign Ministry: the first was a peace offer to the Soviets, demanding all of Poland, removal of Stalin and the recognition of the independence of the non-Russian Soviet Republics west of the Urals in a German sphere of interest. The other was to set up an anti-communist regime in occupied Russia and let Russians fight Russians. While the new Russia would initially need extensive German support to survive, eventually the Reich would be able to turn its attention elsewhere. Of candidates for leadership of such a regime there were no shortage among the Red Army POW's, notable among them was General Vlasov. Of course, if an offer of peace was sent and was rejected, the scheme of an anti-communist Russia could still be implemented."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Set up anti-communist Russian government under General Vlasov."
		command = { type = trigger which = 5316 } #SOV Flag event for civil war
		command = { type = trigger which = 5335 } #SOV Flag event for independence
		command = { type = supplies value = -6000 } #Arms and supplies for Vlasovs troops
	}
	action_b = {
		name = "Offer peace terms to the Russians."
		command = { type = trigger which = 5317 } #SOV Flag event for peace offer
		command = { type = trigger which = 5335 } #SOV Flag event for independence
	}
}
#################################################
# Independence of Estonia
#################################################
event = { 
	id = 5335
	random = no 
	country = SOV 
	
	trigger = {

		event = 5334 #Victory in the East with Ribbentrop-Schulenburg

		owned = { province = 707 data = SOV } #Soviet Union must own Tallin

		NOT = { 
			exists = EST
			control = { province = 707 data = SOV } #Soviet Union must not control Estonia
		}
	} 

	name = "Estonia leaves the Soviet Union"
	desc = "Set up by the Germans as a client state, the Soviet Republic of Estonia has declared its independence from the Soviet Union. Seeing German promises finally materialize into reality fanned the flames of ethnic dissent in other non-Russian republics." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "The traitors will regret this day!"
		command = { type = dissent value = 1 }
		command = { type = independence which = EST value = 1 }
		command = { type = trigger which = 5232 } # Estonia joins Axis
	}
}
#################################################
# Independence of Latvia
#################################################
event = { 
	id = 5336
	random = no 
	country = SOV 
	
	trigger = {

		event = 5334 #Victory in the East with Ribbentrop-Schulenburg

		owned = { province = 709 data = SOV } #Soviet Union must own Riga

		NOT = { 
			exists = LAT
			control = { province = 708 data = SOV } #Soviet Union must not control Latvia
			control = { province = 709 data = SOV }
			control = { province = 712 data = SOV }
			control = { province = 713 data = SOV }
		}
	}

	name = "Latvia leaves the Soviet Union"
	desc = "Set up by the Germans as a client state, the Soviet Republic of Latvia has declared its independence from the Soviet Union. Seeing German promises finally materialize into reality fanned the flames of ethnic dissent in other non-Russian republics." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "The traitors will regret this day!"
		command = { type = dissent value = 2 }
		command = { type = independence which = LAT value = 1 }
		command = { type = trigger which = 5233 } # Latvia joins Axis
	}
}
#################################################
# Independence of Lithuania
#################################################
event = { 
	id = 5337
	random = no 
	country = SOV 
	
	trigger = {

		event = 5334 #Victory in the East with Ribbentrop-Schulenburg

		owned = { province = 715 data = SOV } #Soviet Union must own Kaunas

		NOT = { 
			exists = LAT
			control = { province = 711 data = SOV } #Soviet Union must not control Latvia
			control = { province = 714 data = SOV }
			control = { province = 715 data = SOV }
		}
	}

	name = "Lithuania leaves the Soviet Union"
	desc = "Set up by the Germans as a client state, the Soviet Republic of Lithuania has declared its independence from the Soviet Union. Seeing German promises finally materialize into reality fanned the flames of ethnic dissent in other non-Russian republics." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "The traitors will regret this day!"
		command = { type = dissent value = 2 }
		command = { type = independence which = LIT value = 1 }
		command = { type = trigger which = 5234 } # Lithuania joins Axis
	}
}
#################################################
# Independence of Byelorussia
#################################################
event = { 
	id = 5338
	random = no 
	country = SOV 
	
	trigger = {

		event = 5334 #Victory in the East with Ribbentrop-Schulenburg

		owned = { province = 778 data = SOV } #Soviet Union must own Minsk

		NOT = { 
			exists = BLR
			control = { province = 778 data = SOV } #All of Byelorussia must be liberated
			control = { province = 716 data = SOV } 
			control = { province = 717 data = SOV }
			control = { province = 718 data = SOV }
			control = { province = 721 data = SOV }
			control = { province = 722 data = SOV }
			control = { province = 723 data = SOV }
			control = { province = 779 data = SOV }
			control = { province = 780 data = SOV }
		}
	}

	name = "Byelorussia leaves the Soviet Union"
	desc = "Set up by the Germans as a client state, the Soviet Republic of Byelorussia has declared its independence from the Soviet Union. Seeing German promises finally materialize into reality fanned the flames of ethnic dissent in other non-Russian republics." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "The traitors will regret this day!"
		command = { type = dissent value = 5 }
		command = { type = independence which = BLR value = 1 }
		command = { type = trigger which = 5240 } # Byelorussia joins the Axis
	}
}
#################################################
# Independence of The Ukraine
#################################################
event = { 
	id = 5339
	random = no 
	country = SOV 
	
	trigger = {

		event = 5334 #Victory in the East with Ribbentrop-Schulenburg

		owned = { province = 775 data = SOV } #Soviet Union must own Kiev

		NOT = { 
			exists = UKR
			control = { province = 775 data = SOV } # All of western Ukraine must be liberated
			control = { province = 719 data = SOV }
			control = { province = 721 data = SOV }
			control = { province = 722 data = SOV }
			control = { province = 725 data = SOV }
			control = { province = 764 data = SOV }
			control = { province = 766 data = SOV }
			control = { province = 769 data = SOV }
			control = { province = 770 data = SOV }
			control = { province = 773 data = SOV }
			control = { province = 774 data = SOV }
			control = { province = 776 data = SOV }
			control = { province = 865 data = SOV }
		}
	}

	name = "The Ukraine leaves the Soviet Union"
	desc = "Set up by the Germans as a client state, the Soviet Republic of Ukraine has declared its independence from the Soviet Union. Seeing German promises finally materialize into reality fanned the flames of ethnic dissent in other non-Russian republics." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "The traitors will regret this day!"
		command = { type = dissent value = 5 }
		command = { type = independence which = UKR value = 1 }
		command = { type = trigger which = 5237 } # Ukraine joins the Axis
	}
}
######################################################
# Liberation of Armenia
######################################################
event = { 
	id = 5340
	random = no 
	country = SOV 
	trigger = {

		event = 5334 #Victory in the East with Ribbentrop-Schulenburg

		owned = { province = 1260 data = SOV }

		NOT = { 
			control = { province = 1260 data = SOV } #Jerevan must be Soviet owned
		}
	}

	name = "Armenia declares independence"
	desc = "Set up by the Germans as a client state, the Soviet Republic of Armenia has declared its independence from the Soviet Union. Seeing German promises finally materialize into reality fanned the flames of ethnic dissent in other non-Russian republics." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Arrgh!"
		command = { type = dissent value = 1 }
		command = { type = independence which = ARM value = 1 }
		command = { type = trigger which = 5244 } #ARM
	}
}
######################################################
# Liberation of Azerbaijan
######################################################
event = { 
	id = 5341
	random = no 
	country = SOV 
	trigger = {

		event = 5334 #Victory in the East with Ribbentrop-Schulenburg

		owned = { province = 1359 data = SOV } #Baku must be Soviet owned

		NOT = { 
			exists = AZB
			control = { province = 1259 data = SOV } #All of Azerbaijan must be liberated
			control = { province = 1359 data = SOV }
			control = { province = 1360 data = SOV }
		}
	}

	name = "Azerbaijan declares independence"
	desc = "Set up by the Germans as a client state, the Soviet Republic of Azerbaijan has declared its independence from the Soviet Union. Seeing German promises finally materialize into reality fanned the flames of ethnic dissent in other non-Russian republics."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Arrgh!"
		command = { type = dissent value = 2 }
		command = { type = independence which = AZB value = 1 }
		command = { type = trigger which = 5245 } #AZB
	}
}
######################################################
# Liberation of Georgia
######################################################
event = { 
	id = 5342
	random = no 
	country = SOV 
	trigger = {

		event = 5334 #Victory in the East with Ribbentrop-Schulenburg

		owned = { province = 1258 data = SOV } #Tiblisi must be Soviet owend

		NOT = { 
			exists = GEO

			control = { province = 1220 data = SOV } #All of Georgia must be liberated
			control = { province = 1258 data = SOV }
		}
	}

	name = "Georgia declares independence"
	desc = "Set up by the Germans as a client state, the Soviet Republic of Georgia has declared its independence from the Soviet Union. Seeing German promises finally materialize into reality fanned the flames of ethnic dissent in other non-Russian republics." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Arrgh!"
		command = { type = dissent value = 2 }
		command = { type = independence which = GEO value = 1 }
		command = { type = trigger which = 5243 } #GEO
	}
}
######################################################
# Byelorussia requests Bialystok area
######################################################
event = { 
	id = 5343
	random = no 
	country = GER 
	trigger = {

		NOT = { 
			puppet = { country = BLR country = GER }
		}

		exists = BLR

		owned = { province = 717 data = GER } #Germany owns the Bialystok region
		owned = { province = 718 data = GER }
	}

	name = "Byelorussia requests Bialystok area"
	desc = "The annexation of the Bialystok area by the German Reich embittered the Byelorussian nationalists, who considered it an ancestral part of western 'Belarus'. The Byelorussian Government made a formal plea to the Reich to transfer the Bialystok region to Byelorussia."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Absolutely not!"
		command = { type = trigger which = 5344 } #BLR is pissed off
	}
	action_b = {
		name = "OK, since you're asking so nicely..."
		command = { type = secedeprovince which = BLR  value = 717 }
		command = { type = secedeprovince which = BLR  value = 718 }
	}
}
######################################################
# Byelorussia resents loss of Bialystok area
######################################################
event = { 
	id = 5344
	random = no 
	country = BLR

	#triggered by GER 5343

	name = "Byelorussia resents loss of Bialystok area"
	desc = "As would have been expected, Germany refused to even discuss giving up part of the territory of the Reich. While the Byelorussians were still grateful for their liberation, their pro-german enthusiasm cooled somewhat..."

	style = 0

	
	action_a = {
		name = "Too bad!"
		command = { type = alignment which = democratic value = 25 }
	}
}
######################################################
# The Ukraine requests Galicia
######################################################
event = { 
	id = 5345
	random = no 
	country = GER 
	trigger = {

		NOT = { 
			puppet = { country = UKR country = GER }
		}

		exists = UKR

		owned = { province = 725 data = GER } #Germany owns Galicia (Lwow)
	}

	name = "The Ukraine requests Galicia"
	desc = "The area around Lwow also known as Galicia, was the very craddle of the Ukrainian nationalist movement. The annexation of this region by the Greater German Reich was intolerable to the OUN militants, and the Ukrainian Government soon sent a formal request for the region to be transfered to the Ukraine."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Absolutely not!"
		command = { type = trigger which = 5346 } #UKR is pissed off
		command = { type = dissent value = 1 } #Not much, but Galicia is a very small part of Germany
	}
	action_b = {
		name = "OK, since you're asking so nicely..."
		command = { type = secedeprovince which = UKR value = 725 }
	}
}
######################################################
# The Ukraine resents loss of Galicia
######################################################
event = { 
	id = 5346
	random = no 
	country = UKR

	#triggered by GER 5345

	name = "The Ukraine resents loss of Galicia"
	desc = "As would have been expected, Germany refused to even discuss giving up part of the territory of the Reich. To the more radical Ukrainian nationalists, this meant that from now on, Germany was the enemy. While most Ukrainians did not react that strongly, their pro-German enthusiasm cooled considerably."

	style = 0

	
	action_a = {
		name = "Too bad!"
		command = { type = alignment which = democratic value = 50 }
	}
}
######################################################
# Romania is grateful for the return of Bessarabia
######################################################
event = { 
	id = 5347
	random = no 
	country = ROM 
	trigger = {
		
		event = 2607 #Bessarabia ceded to USSR

		owned = { province = 763 data = ROM } #Romania has Bessarbia back
		owned = { province = 767 data = ROM }
	}

	name = "Romania is grateful for the return of Bessarabia"
	desc = "The Germans had not been very popular in Romania, in part because of recent events but also because Romania had been overrun by German and Austrian troops in WW1. The return of Bessarabia to Romania did much to improve the German standing in the eyes of the Romanians."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "We thank the Reich!"
		command = { type = alignment which = fascist value = 50 }
	}
}
###############################################
# Germanan arbitration on Donbass and Crimea
###############################################
event = { 
	id = 5348
	random = no 
	country = GER 
	trigger = {

		alliance = { country = RUS  country = GER }
		alliance = { country = UKR  country = GER }
	}

	name = "Germanan arbitration on Donbass and Crimea"
	desc = "Both Russia and the Ukraine claimed the iron- and coal rich region around the cities of Kharkov, Donetsk and Stalino, as well as the Crimea. Both countries presented their case to Germany - while the Ukrainias could claim that eastern Ukraine was predominantly populated by Ukrainians, Russia could reply that the eastern Ukrainians were heavily Russianized and that the Crimea was not Ukrainian-inhabited at all. The Reich would have to settle the dispute."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Rule in favour of the Ukraine"
		command = { type = trigger which = 5349 } #RUS
	}
	action_b = {
		name = "Rule in favour of Russia"
		command = { type = trigger which = 5350 } #UKR
	}
}
######################################################
# Germany rules in favour of the Ukraine
######################################################
event = { 
	id = 5349
	random = no 
	country = RUS 

	#triggered by GER 5348

	name = "Germany rules in favour of the Ukraine"
	desc = "Both Russia and the Ukraine claimed the iron- and coal rich region around the cities of Kharkov, Donetsk and Stalino, as well as the Crimea. Both countries presented their case to Germany - while the Ukrainians could claim that eastern Ukraine was predominantly populated by Ukrainians, Russia could reply that the eastern Ukrainians were heavily Russianized and that the Crimea was not Ukrainian-inhabited at all. The Reich would have to settle the dispute."

	style = 0

	action_a = {
		name = "Nichevo!(It can't be helped)"
		command = { type = alignment which = democratic value = 25 }
		command = { type = dissent value = 10 }
		command = { type = secedeprovince which = UKR value = 857 }
		command = { type = secedeprovince which = UKR value = 862 }
		command = { type = secedeprovince which = UKR value = 863 }
		command = { type = secedeprovince which = UKR value = 864 }
	}
}
######################################################
# Germany rules in favour of Russia
######################################################
event = { 
	id = 5350
	random = no 
	country = UKR 

	#triggered by GER 5348

	name = "Germany rules in favour of Russia"
	desc = "Both Russia and the Ukraine claimed the iron- and coal rich region around the cities of Kharkov, Donetsk and Stalino, as well as the Crimea. Both countries presented their case to Germany - while the Ukrainians could claim that eastern Ukraine was predominantly populated by Ukrainians, Russia could reply that the eastern Ukrainians were heavily Russianized and that the Crimea was not Ukrainian-inhabited at all. The Reich would have to settle the dispute."

	style = 0

	action_a = {
		name = "We shall remember this!"
		command = { type = alignment which = democratic value = 35 }
		command = { type = dissent value = 10 }
		command = { type = secedeprovince which = RUS value = 857 }
		command = { type = secedeprovince which = RUS value = 862 }
		command = { type = secedeprovince which = RUS value = 863 }
		command = { type = secedeprovince which = RUS value = 864 }
	}
}
###############################################
# Germanan arbitration on Vitebsk and Smolensk
###############################################
event = { 
	id = 5351
	random = no 
	country = GER 
	trigger = {

		alliance = { country = RUS  country = GER }
		alliance = { country = BLR  country = GER }
	}

	name = "Germanan arbitration on Vitebsk and Smolensk"
	desc = "Both Russia and Byelorussia claimed the region around the cities of Vitebsk and Smolensk. Both countries presented their case to Germany - The Byelorussians were intent on capitalizing on their cooperation with Germany, but could also claim that Vitebsk was a Byelrussian-ethnic city. The Russians were not ready to part with these lands and especially not the all Russian city of Smolensk. The Reich would have to settle the dispute."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 7 # Check for trigger conditions every week
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Rule in favour of Byelorussia"
		command = { type = trigger which = 5352 } #RUS
	}
	action_b = {
		name = "Split the claim - Vitebsk to Byelorussia, Smolensk to Russia"
		command = { type = trigger which = 5353 } #UKR
	}
	action_c = {
		name = "Rule in favour of Russia"
		command = { type = trigger which = 5354 } #UKR
	}
}
######################################################
# Germany rules in favour of Byelorussia
######################################################
event = { 
	id = 5352
	random = no 
	country = RUS 

	#triggered by GER 5351

	name = "Germany rules in favour of Byelorussia"
	desc = "Both Russia and Byelorussia claimed the region around the cities of Vitebsk and Smolensk. Both countries presented their case to Germany - The Byelorussians were intent on capitalizing on their cooperation with Germany, but could also claim that Vitebsk was a Byelrussian-ethnic city. The Russians were not ready to part with these lands and especially not the all Russian city of Smolensk. The Reich would have to settle the dispute."

	style = 0

	action_a = {
		name = "We dare not challenge the III Reich."
		command = { type = alignment which = democratic value = 50 }
		command = { type = dissent value = 25 }
		command = { type = secedeprovince which = BLR value = 781 }
		command = { type = secedeprovince which = BLR value = 784 }
	}
}
######################################################
# Germany rules for partitioning
######################################################
event = { 
	id = 5353
	random = no 
	country = RUS 

	#triggered by GER 5351

	name = "Germany rules for partitioning"
	desc = "Both Russia and Byelorussia claimed the region around the cities of Vitebsk and Smolensk. Both countries presented their case to Germany - The Byelorussians were intent on capitalizing on their cooperation with Germany, but could also claim that Vitebsk was a Byelrussian-ethnic city. The Russians were not ready to part with these lands and especially not the all Russian city of Smolensk. The Reich would have to settle the dispute."

	style = 0

	action_a = {
		name = "We can live with this."
		command = { type = alignment which = democratic value = 10 }
		command = { type = dissent value = 10 }
		command = { type = secedeprovince which = BLR value = 784 }
	}
}
######################################################
# Germany rules in favour of Russia
######################################################
event = { 
	id = 5354
	random = no 
	country = BLR 

	#triggered by GER 5351

	name = "Germany rules in favour of Russia"
	desc = "Both Russia and Byelorussia claimed the region around the cities of Vitebsk and Smolensk. Both countries presented their case to Germany - The Byelorussians were intent on capitalizing on their cooperation with Germany, but could also claim that Vitebsk was a Byelrussian-ethnic city. The Russians were not ready to part with these lands and especially not the all Russian city of Smolensk. The Reich would have to settle the dispute."

	style = 0

	action_a = {
		name = "We shall remember this!"
		command = { type = alignment which = democratic value = 35 }
		command = { type = dissent value = 10 }
		command = { type = secedeprovince which = RUS value = 781 }
		command = { type = secedeprovince which = RUS value = 784 }
	}
}
#################################################################
# End of Russian Civil war - Vlasov victorious
#################################################################
event = { 
	id = 5355
	random = no 
	country = RUS 

	trigger = {
		NOT = { exists = SOV }
	}

	name = "End of Russian Civil war"
	desc = "With the last pockets of Soviet resistance wiped out, Vlasov's victory was complete. The USSR was no more and its leaders were summarily court-martialed, put up against a wall and shot. The Soviet satelites were quick to adapt to the new situation, its leaders hoping to gain favour with the new ruler in Moscow. It availed them little..."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Uroooh!"
		command = { type = inherit which = TAN } # Tannu-Tuva
		command = { type = make_puppet which = MON }# Mongolia
		command = { type = addcore which = 1534 } # Tannu-Tuva
	}
}
#################################################################
# Russia secedes Sakhalin and Commmodere Island to Japan 
#################################################################
event = { 
	id = 5356
	random = no 
	country = RUS 

	trigger = {
		alliance = { country = RUS country = GER }
		alliance = { country = JAP country = GER }
		OR = { 
			control = { province = 1648 data = RUS }
			control = { province = 1847 data = RUS }
			#control = { province = 1651 data = RUS } #Transamur region
			#control = { province = 1652 data = RUS }
			#control = { province = 1653 data = RUS }
			#control = { province = 1656 data = RUS }
			#control = { province = 1657 data = RUS }
			#control = { province = 1658 data = RUS }
			#control = { province = 1662 data = RUS }
			#control = { province = 1663 data = RUS }
		}
	}

	name = "Sakhalin and Commmodere Island to Japan"
	desc = "With or without an anti-communist government in Moscow, the Japanese expected to get something out of the fall of the USSR - Sakhalin and the Commodore Island were the least they would accept."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "OK"
		command = { type = secedeprovince which = JAP value = 1648 } # Northern Sakhalin
		command = { type = secedeprovince which = JAP value = 1847 } # Commodore
		#command = { type = secedeprovince which = JAP value = 1651 } # Transamur region
		#command = { type = secedeprovince which = JAP value = 1652 }
		#command = { type = secedeprovince which = JAP value = 1653 }
		#command = { type = secedeprovince which = JAP value = 1656 }
		#command = { type = secedeprovince which = JAP value = 1657 }
		#command = { type = secedeprovince which = JAP value = 1658 }
		#command = { type = secedeprovince which = JAP value = 1662 }
		#command = { type = secedeprovince which = JAP value = 1663 }
	}
}
######################################################
# Russia puppets Azerbadian
######################################################
event = { 
	id = 5357
	random = no 
	country = RUS 

	trigger = {
		exists = AZB
		war = { country = RUS country = SOV }
	}

	name = "Russia puppets Azerbadian"
	desc = "To bolster the war economy of Vlasovite Russia, Germany accepted that Russia would retain a decisive influence over the oil-rich Republic of Azerbaian. Seeing Russia regain even some small measure of power and status cheered the dejected Russian people considerably."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "OK"
		command = { type = dissent value = -5 }
		command = { type = make_puppet which = AZB }
	}
}
########################################################################################
# Puppeting of the ex-Soviet Republics
########################################################################################
event = { 
	id = 5358
	random = no
	country = GER

	trigger = {

		OR = {
			event = 5315 #Victory in the east Rosenberg
			event = 5334 #Victory in the east Ribbentrop/Schulenburg
		}
	}

	name = "Puppeting of the ex-Soviet Republics"
	desc = "With the war in on the Eastern front all but won, it was time to cash in the benefits from the liberated countries. From now on, in the field of diplomacy and economy alike, they would follow German leadership."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 15 # Check for trigger conditions every two weeks
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Puppet the ex-Soviet Republics"
		command = { type = make_puppet which = EST }
		command = { type = make_puppet which = LIT }
		command = { type = make_puppet which = LAT }
		command = { type = make_puppet which = BLR }
		command = { type = make_puppet which = UKR }
		command = { type = make_puppet which = ARM }
		command = { type = make_puppet which = GEO }
	}
	action_b = {
		name = "Leave them be as genuine friends and allies"
		command = { type  dissent value = 10 } #Lot of disgruntled Nazis here...
	}
}
########################################################################################
# Puppeting of Russia
########################################################################################
event = { 
	id = 5359
	random = no
	country = GER

	trigger = {
		exists = RUS
		OR = { 
			NOT = { exists = SOV }
			NOT = { war = { country = GER country = SOV } }
		}
	}

	name = "Puppeting of the Russian Republic"
	desc = "With the war in on the Eastern front won, it was time for Russia to pay the huge reparations to the Reich stipulated in the Russo-German peace treaty. Huge quantities of crude oil, coal and steel would be paid on a daily basis for years to come." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 15 # Check for trigger conditions every two weeks
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Puppet the ex-Soviet Republics"
		command = { type = make_puppet which = RUS }
	}
	action_b = {
		name = "Leave them be as genuine friends and allies"
		command = { type  dissent value = 20 } #Lot of disgruntled Nazis here...
	}
}
########################################################################################
# Total Victory in the East!
########################################################################################
event = { 
	id = 5360
	random = no
	country = GER

	trigger = {
		event = 5200 #Germany and the USSR have gone to war
		OR = {
			event = 5300 #USSR asks for terms
			event = 5315 #Rosenberg victory in the east
			event = 5334 #Ribbentrop victory in the east	
		}
		NOT = { exists = SOV }
	}

	name = "Total Victory in the East!"
	desc = "With the demise of the USSR, Germany had won a total victory on the Eastern front. As a million man victory parade marched through Berlin among wildly cheering crowds, a shaken world took notice. German influence was never higher." 

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 10 # Check for trigger conditions every day
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = "Victory!"
		command = { type = influence value = 100 }
		command = { type = dissent value = -50 }
	}
}
#################################################
# Germany recruits in Estonia
#################################################
event = { 
	id = 5370
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved
		control = { province = 707 data = GER }
		NOT = {
			owned = { province = 707 data = GER }
			}
			
	}

	name = "Germany recruits in Estonia"
	desc = "The promises of independence after the war helped convince many Estonians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = "Form 20. Estnische SS-Freiw.-Div.!" #Historical SS Division
		command = { type = add_division which = motorized value = artillery when = 707 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

event = { 
	id = 5371
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved
		control = { province = 707 data = GER }
		NOT = {
			owned = { province = 707 data = GER }
			}
			
	}

	name = "Germany recruits in Estonia"
	desc = "The promises of independence after the war helped convince many Estonians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = "Form 40. Estnische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 707 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

event = { 
	id = 5372
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved
		control = { province = 707 data = GER }
		NOT = {
			owned = { province = 707 data = GER }
			}
			
	}

	name = "Germany recruits in Estonia"
	desc = "The promises of independence after the war helped convince many Estonians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = "Form 54. Estnische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 707 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

event = { 
	id = 5373
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved
		control = { province = 707 data = GER }
		NOT = {
			owned = { province = 707 data = GER }
			}
			
	}

	name = "Germany recruits in Estonia"
	desc = "The promises of independence after the war helped convince many Estonians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1943 }
	
	action_a = {
		name = "Form 68. Estnische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 707 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5374
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved
		control = { province = 707 data = GER }
		NOT = {
			owned = { province = 707 data = GER }
			}
			
	}

	name = "Germany recruits in Estonia"
	desc = "The promises of independence after the war helped convince many Estonians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1944 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1944 }
	
	action_a = {
		name = "Form 82. Estnische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 707 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5375
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved
		control = { province = 707 data = GER }
		NOT = {
			owned = { province = 707 data = GER }
			}
			
	}

	name = "Germany recruits in Estonia"
	desc = "The promises of independence after the war helped convince many Estonians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1945 }
	
	action_a = {
		name = "Form 96. Estnische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 707 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

event = { 
	id = 5376
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved
		control = { province = 707 data = GER }
		NOT = {
			owned = { province = 707 data = GER }
			}
			
	}

	name = "Germany recruits in Estonia"
	desc = "The promises of independence after the war helped convince many Estonians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1946 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1946 }
	
	action_a = {
		name = "Form 110. Estnische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 707 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5377
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved
		control = { province = 707 data = GER }
		NOT = {
			owned = { province = 707 data = GER }
			}
			
	}

	name = "Germany recruits in Estonia"
	desc = "The promises of independence after the war helped convince many Estonians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1947 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 124. Estnische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 707 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

#################################################
# Germany recruits in Latvia
#################################################
event = { 
	id = 5380
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 708 data = GER }
		control = { province = 709 data = GER }
		control = { province = 712 data = GER }
		control = { province = 713 data = GER }

		NOT = {
			owned = { province = 708 data = GER }
			owned = { province = 709 data = GER }
			owned = { province = 712 data = GER }
			owned = { province = 713 data = GER }
			}
	}

	name = "Germany recruits in Latvia"
	desc = "The promises of independence after the war helped convince many Latvians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = "Form 19. Lettische SS-Freiw.-Div.!"#Historical SS Division
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5381
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 708 data = GER }
		control = { province = 709 data = GER }
		control = { province = 712 data = GER }
		control = { province = 713 data = GER }

		NOT = {
			owned = { province = 708 data = GER }
			owned = { province = 709 data = GER }
			owned = { province = 712 data = GER }
			owned = { province = 713 data = GER }
			}
	}

	name = "Germany recruits in Latvia"
	desc = "The promises of independence after the war helped convince many Latvians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = "Form 41. & 42. Lettische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5382
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 708 data = GER }
		control = { province = 709 data = GER }
		control = { province = 712 data = GER }
		control = { province = 713 data = GER }

		NOT = {
			owned = { province = 708 data = GER }
			owned = { province = 709 data = GER }
			owned = { province = 712 data = GER }
			owned = { province = 713 data = GER }
			}
	}

	name = "Germany recruits in Latvia"
	desc = "The promises of independence after the war helped convince many Latvians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = "Form 55. & 56. Lettische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5383
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 708 data = GER }
		control = { province = 709 data = GER }
		control = { province = 712 data = GER }
		control = { province = 713 data = GER }

		NOT = {
			owned = { province = 708 data = GER }
			owned = { province = 709 data = GER }
			owned = { province = 712 data = GER }
			owned = { province = 713 data = GER }
			}
	}

	name = "Germany recruits in Latvia"
	desc = "The promises of independence after the war helped convince many Latvians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1943 }
	
	action_a = {
		name = "Form 69. & 70. Lettische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5384
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 708 data = GER }
		control = { province = 709 data = GER }
		control = { province = 712 data = GER }
		control = { province = 713 data = GER }

		NOT = {
			owned = { province = 708 data = GER }
			owned = { province = 709 data = GER }
			owned = { province = 712 data = GER }
			owned = { province = 713 data = GER }
			}
	}

	name = "Germany recruits in Latvia"
	desc = "The promises of independence after the war helped convince many Latvians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1944 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1944 }
	
	action_a = {
		name = "Form 83. & 84. Lettische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5385
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 708 data = GER }
		control = { province = 709 data = GER }
		control = { province = 712 data = GER }
		control = { province = 713 data = GER }

		NOT = {
			owned = { province = 708 data = GER }
			owned = { province = 709 data = GER }
			owned = { province = 712 data = GER }
			owned = { province = 713 data = GER }
			}
	}

	name = "Germany recruits in Latvia"
	desc = "The promises of independence after the war helped convince many Latvians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1945 }
	
	action_a = {
		name = "Form 97. & 98. Lettische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5386
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 708 data = GER }
		control = { province = 709 data = GER }
		control = { province = 712 data = GER }
		control = { province = 713 data = GER }

		NOT = {
			owned = { province = 708 data = GER }
			owned = { province = 709 data = GER }
			owned = { province = 712 data = GER }
			owned = { province = 713 data = GER }
			}
	}

	name = "Germany recruits in Latvia"
	desc = "The promises of independence after the war helped convince many Latvians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1946 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1946 }
	
	action_a = {
		name = "Form 111. & 112. Lettische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5387
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 708 data = GER }
		control = { province = 709 data = GER }
		control = { province = 712 data = GER }
		control = { province = 713 data = GER }

		NOT = {
			owned = { province = 708 data = GER }
			owned = { province = 709 data = GER }
			owned = { province = 712 data = GER }
			owned = { province = 713 data = GER }
			}
	}

	name = "Germany recruits in Latvia"
	desc = "The promises of independence after the war helped convince many Latvians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1947 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 125. & 126. Lettische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = add_division which = motorized value = artillery when = 709 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
#################################################
# Germany recruits in Lithuania
#################################################
event = { 
	id = 5390
	random = no 
	country = GER 
 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 714 data = GER }
		control = { province = 715 data = GER }
		NOT = {
			owned = { province = 714 data = GER }
			owned = { province = 715 data = GER }
			}
	}

	name = "Germany recruits in Lithuania"
	desc = "The promises of independence after the war helped convince many Lithuanians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = "Form 41. & 42. Lituanische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5391
	random = no 
	country = GER 
 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 714 data = GER }
		control = { province = 715 data = GER }
		NOT = {
			owned = { province = 714 data = GER }
			owned = { province = 715 data = GER }
			}
	}

	name = "Germany recruits in Lithuania"
	desc = "The promises of independence after the war helped convince many Lithuanians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = "Form 43. & 44. Lituanische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5392
	random = no 
	country = GER 
 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 714 data = GER }
		control = { province = 715 data = GER }
		NOT = {
			owned = { province = 714 data = GER }
			owned = { province = 715 data = GER }
			}
	}

	name = "Germany recruits in Lithuania"
	desc = "The promises of independence after the war helped convince many Lithuanians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = "Form 57. & 58. Lituanische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5393
	random = no 
	country = GER 
 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 714 data = GER }
		control = { province = 715 data = GER }
		NOT = {
			owned = { province = 714 data = GER }
			owned = { province = 715 data = GER }
			}
	}

	name = "Germany recruits in Lithuania"
	desc = "The promises of independence after the war helped convince many Lithuanians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1943 }
	
	action_a = {
		name = "Form 71. & 72. Lituanische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5394
	random = no 
	country = GER 
 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 714 data = GER }
		control = { province = 715 data = GER }
		NOT = {
			owned = { province = 714 data = GER }
			owned = { province = 715 data = GER }
			}
	}

	name = "Germany recruits in Lithuania"
	desc = "The promises of independence after the war helped convince many Lithuanians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1944 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1944 }
	
	action_a = {
		name = "Form 85. & 86. Lituanische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

event = { 
	id = 5395
	random = no 
	country = GER 
 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 714 data = GER }
		control = { province = 715 data = GER }
		NOT = {
			owned = { province = 714 data = GER }
			owned = { province = 715 data = GER }
			}
	}

	name = "Germany recruits in Lithuania"
	desc = "The promises of independence after the war helped convince many Lithuanians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1945 }
	
	action_a = {
		name = "Form 99. & 100. Lituanische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5396
	random = no 
	country = GER 
 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 714 data = GER }
		control = { province = 715 data = GER }
		NOT = {
			owned = { province = 714 data = GER }
			owned = { province = 715 data = GER }
			}
	}

	name = "Germany recruits in Lithuania"
	desc = "The promises of independence after the war helped convince many Lithuanians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1946 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1946 }
	
	action_a = {
		name = "Form 113. & 114. Lituanische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5397
	random = no 
	country = GER 
 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan approved

		control = { province = 714 data = GER }
		control = { province = 715 data = GER }
		NOT = {
			owned = { province = 714 data = GER }
			owned = { province = 715 data = GER }
			}
	}

	name = "Germany recruits in Lithuania"
	desc = "The promises of independence after the war helped convince many Lithuanians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1947 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 127. & 128. Lituanische SS-Freiw.-Div.!" #Ahistorical SS Divisions
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = add_division which = motorized value = artillery when = 715 }
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
##########################################################
# Germany recruits in Galicia - Historic occupation Policy
##########################################################
event = { 
	id = 5400
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5202 #Historic occupation policy

  #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		control = { province = 725 data = GER }
		NOT = {
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			owned = { province = 725 data = GER }
			}
	}

	name = "Germany recruits in Galicia"
	desc = "Galicia was very anti-Soviet so despite their harsh regime, the Germans had no problems in finding willing recruits there."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = "Form 41. Galizische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

event = { 
	id = 5401
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5202 #Historic occupation policy

  #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		control = { province = 725 data = GER }
		NOT = {
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			owned = { province = 725 data = GER }
			}
	}

	name = "Germany recruits in Galicia"
	desc = "Galicia was very anti-Soviet so despite their harsh regime, the Germans had no problems in finding willing recruits there."

	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = "Form 40. Galizische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5402
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5202 #Historic occupation policy

  #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		control = { province = 725 data = GER }
	}

	name = "Germany recruits in Galicia"
	desc = "Galicia was very anti-Soviet so despite their harsh regime, the Germans had no problems in finding willing recruits there."

	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1943 }
	
	action_a = {
		name = "Form 14. Galizische SS-Freiw.-Div.!" #Historical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5403
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5202 #Historic occupation policy

  #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		control = { province = 725 data = GER }
		NOT = {
			
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			owned = { province = 725 data = GER }
			}
	}

	name = "Germany recruits in Galicia"
	desc = "Galicia was very anti-Soviet so despite their harsh regime, the Germans had no problems in finding willing recruits there."

	style = 0

	date = { day = 1 month = january year = 1944 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1944 }
	
	action_a = {
		name = "Form 42. Galizische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5404
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5202 #Historic occupation policy

  #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		control = { province = 725 data = GER }
	}

	name = "Germany recruits in Galicia"
	desc = "Galicia was very anti-Soviet so despite their harsh regime, the Germans had no problems in finding willing recruits there."

	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1945 }
	
	action_a = {
		name = "Form 43. Galizische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5405
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5202 #Historic occupation policy

  #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		control = { province = 725 data = GER }
		NOT = {
			
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			owned = { province = 725 data = GER }
			}
	}

	name = "Germany recruits in Galicia"
	desc = "Galicia was very anti-Soviet so despite their harsh regime, the Germans had no problems in finding willing recruits there."

	style = 0

	date = { day = 1 month = january year = 1946 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1946 }
	
	action_a = {
		name = "Form 44. Galizische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5406
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5202 #Historic occupation policy

  #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		control = { province = 725 data = GER }
	}

	name = "Germany recruits in Galicia"
	desc = "Galicia was very anti-Soviet so despite their harsh regime, the Germans had no problems in finding willing recruits there."

	style = 0

	date = { day = 1 month = january year = 1947 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 45. Galizische SS-Freiw.-Div.!" #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 }
		command = { type = supplies value = -1500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

##########################################################
# Germany recruits in Ukraine - Rosenberg plan
##########################################################
event = { 
	id = 5410
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 719 data = GER } #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		NOT = {
			owned = { province = 719 data = GER }
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			}
	}

	name = "Germany recruits in Western Ukraine"
	desc = "Western Ukraine was very anti-Soviet so when the Germans promised Ukrainian independence after the war, they had no problems in finding lots of eager recruits there, but also in other parts of the Ukraine."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = "Form 45., 46., & 47. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5411
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 719 data = GER } #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		NOT = {
			owned = { province = 719 data = GER }
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			}
	}

	name = "Germany recruits in Western Ukraine"
	desc = "Western Ukraine was very anti-Soviet so when the Germans promised Ukrainian independence after the war, they had no problems in finding lots of eager recruits there, but also in other parts of the Ukraine."

	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = "Form 59., 60., & 61. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5412
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 719 data = GER } #These areas in Ukraine must be German-held
		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		NOT = {
			owned = { province = 719 data = GER }
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			}
	}

	name = "Germany recruits in Western Ukraine"
	desc = "Western Ukraine was very anti-Soviet so when the Germans promised Ukrainian independence after the war, they had no problems in finding lots of eager recruits there, but also in other parts of the Ukraine."

	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1943 }
	
	action_a = {
		name = "Form 72., 73., & 74. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5413
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 719 data = GER } #These areas in Ukraine must be German-held

		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		NOT = {
			owned = { province = 719 data = GER }
			
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			}
	}

	name = "Germany recruits in Western Ukraine"
	desc = "Western Ukraine was very anti-Soviet so when the Germans promised Ukrainian independence after the war, they had no problems in finding lots of eager recruits there, but also in other parts of the Ukraine."

	style = 0

	date = { day = 1 month = january year = 1944 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1944 }
	
	action_a = {
		name = "Form 87., 88., & 89. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5414
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 719 data = GER } #These areas in Ukraine must be German-held

		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		NOT = {
			owned = { province = 719 data = GER }
			
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			}
	}

	name = "Germany recruits in Western Ukraine"
	desc = "Western Ukraine was very anti-Soviet so when the Germans promised Ukrainian independence after the war, they had no problems in finding lots of eager recruits there, but also in other parts of the Ukraine."

	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1945 }
	
	action_a = {
		name = "Form 101., 102., & 103. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5415
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 719 data = GER } #These areas in Ukraine must be German-held

		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		NOT = {
			owned = { province = 719 data = GER }
			
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			}
	}

	name = "Germany recruits in Western Ukraine"
	desc = "Western Ukraine was very anti-Soviet so when the Germans promised Ukrainian independence after the war, they had no problems in finding lots of eager recruits there, but also in other parts of the Ukraine."

	style = 0

	date = { day = 1 month = january year = 1946 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1946 }
	
	action_a = {
		name = "Form 115., 116., & 117. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5416
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 719 data = GER } #These areas in Ukraine must be German-held

		control = { province = 766 data = GER }
		control = { province = 774 data = GER }
		NOT = {
			owned = { province = 719 data = GER }
			
			owned = { province = 766 data = GER }
			owned = { province = 774 data = GER }
			}
	}

	name = "Germany recruits in Western Ukraine"
	desc = "Western Ukraine was very anti-Soviet so when the Germans promised Ukrainian independence after the war, they had no problems in finding lots of eager recruits there, but also in other parts of the Ukraine."

	style = 0

	date = { day = 1 month = january year = 1947 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 129., 130., & 131. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 725 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
##########################################################
# Germany recruits among the Cossacks
##########################################################
event = { 
	id = 5417
	random = no
	country = GER 
	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		control = { province = 859 data = GER }
		control = { province = 1223 data = GER }
		control = { province = 1230 data = GER }
	}

	name = "Germany recruits among the Cossacks"
	desc = "The Cossacks were ancestral enemies of the Communists and as German troops reached their lands, many flocked to the German standards."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 # Check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 1. & 2. Kossaken-Kavallerie-Division!"
		command = { type = add_division which = cavalry value = 0 } #when = 859 omitted
		command = { type = add_division which = cavalry value = 0 } #when = 859 omitted
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}
	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
##########################################################
# Germany recruits in the Caucasus - Rosenberg plan
##########################################################
event = { 
	id = 5420
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan

			control = { province = 1220 data = GER } #All of Georgia must be liberated
			control = { province = 1258 data = GER }
			control = { province = 1260 data = GER } #All of Armenia must be liberated
			control = { province = 1259 data = GER } #All of Azerbaijan must be liberated
			control = { province = 1359 data = GER }
			control = { province = 1360 data = GER }

		NOT = {
			owned = { province = 1220 data = GER }
			owned = { province = 1258 data = GER }
			owned = { province = 1260 data = GER }
			owned = { province = 1259 data = GER }
			owned = { province = 1359 data = GER }
			owned = { province = 1360 data = GER }
			}
	}

	name = "Germany recruits in The Caucasus"
	desc = "The hardy mountain peoples of the Caucasus mountains had fought fiercely against Russian domination in the 19th century, and many did not hesitate to serve under the banner of the Greater German Reich against their ancient enemies."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = "Form 52 & 53. Kaukasus SS-Freiw.-Geb.Div.!"
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5421
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan

			control = { province = 1220 data = GER } #All of Georgia must be liberated
			control = { province = 1258 data = GER }
			control = { province = 1260 data = GER } #All of Armenia must be liberated
			control = { province = 1259 data = GER } #All of Azerbaijan must be liberated
			control = { province = 1359 data = GER }
			control = { province = 1360 data = GER }

		NOT = {
			owned = { province = 1220 data = GER }
			owned = { province = 1258 data = GER }
			owned = { province = 1260 data = GER }
			owned = { province = 1259 data = GER }
			owned = { province = 1359 data = GER }
			owned = { province = 1360 data = GER }
			}
	}

	name = "Germany recruits in The Caucasus"
	desc = "The hardy mountain peoples of the Caucasus mountains had fought fiercely against Russian domination in the 19th century, and many did not hesitate to serve under the banner of the Greater German Reich against their ancient enemies."

	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = "Form 66 & 67. Kaukasus SS-Freiw.-Geb.Div.!"
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5422
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan

			control = { province = 1220 data = GER } #All of Georgia must be liberated
			control = { province = 1258 data = GER }
			control = { province = 1260 data = GER } #All of Armenia must be liberated
			control = { province = 1259 data = GER } #All of Azerbaijan must be liberated
			control = { province = 1359 data = GER }
			control = { province = 1360 data = GER }

		NOT = {
			owned = { province = 1220 data = GER }
			owned = { province = 1258 data = GER }
			owned = { province = 1260 data = GER }
			owned = { province = 1259 data = GER }
			owned = { province = 1359 data = GER }
			owned = { province = 1360 data = GER }
			}
	}

	name = "Germany recruits in The Caucasus"
	desc = "The hardy mountain peoples of the Caucasus mountains had fought fiercely against Russian domination in the 19th century, and many did not hesitate to serve under the banner of the Greater German Reich against their ancient enemies."

	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1943 }
	
	action_a = {
		name = "Form 80 & 81. Kaukasus SS-Freiw.-Geb.Div.!"
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5423
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan

			control = { province = 1220 data = GER } #All of Georgia must be liberated
			control = { province = 1258 data = GER }
			control = { province = 1260 data = GER } #All of Armenia must be liberated
			control = { province = 1259 data = GER } #All of Azerbaijan must be liberated
			control = { province = 1359 data = GER }
			control = { province = 1360 data = GER }

		NOT = {
			owned = { province = 1220 data = GER }
			owned = { province = 1258 data = GER }
			owned = { province = 1260 data = GER }
			owned = { province = 1259 data = GER }
			owned = { province = 1359 data = GER }
			owned = { province = 1360 data = GER }
			}
	}

	name = "Germany recruits in The Caucasus"
	desc = "The hardy mountain peoples of the Caucasus mountains had fought fiercely against Russian domination in the 19th century, and many did not hesitate to serve under the banner of the Greater German Reich against their ancient enemies."

	style = 0

	date = { day = 1 month = january year = 1944 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1944 }
	
	action_a = {
		name = "Form 94 & 95. Kaukasus SS-Freiw.-Geb.Div.!"
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5424
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan

			control = { province = 1220 data = GER } #All of Georgia must be liberated
			control = { province = 1258 data = GER }
			control = { province = 1260 data = GER } #All of Armenia must be liberated
			control = { province = 1259 data = GER } #All of Azerbaijan must be liberated
			control = { province = 1359 data = GER }
			control = { province = 1360 data = GER }

		NOT = {
			owned = { province = 1220 data = GER }
			owned = { province = 1258 data = GER }
			owned = { province = 1260 data = GER }
			owned = { province = 1259 data = GER }
			owned = { province = 1359 data = GER }
			owned = { province = 1360 data = GER }
			}
	}

	name = "Germany recruits in The Caucasus"
	desc = "The hardy mountain peoples of the Caucasus mountains had fought fiercely against Russian domination in the 19th century, and many did not hesitate to serve under the banner of the Greater German Reich against their ancient enemies."

	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1945 }
	
	action_a = {
		name = "Form 108 & 109. Kaukasus SS-Freiw.-Geb.Div.!"
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5425
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan

			control = { province = 1220 data = GER } #All of Georgia must be liberated
			control = { province = 1258 data = GER }
			control = { province = 1260 data = GER } #All of Armenia must be liberated
			control = { province = 1259 data = GER } #All of Azerbaijan must be liberated
			control = { province = 1359 data = GER }
			control = { province = 1360 data = GER }

		NOT = {
			owned = { province = 1220 data = GER }
			owned = { province = 1258 data = GER }
			owned = { province = 1260 data = GER }
			owned = { province = 1259 data = GER }
			owned = { province = 1359 data = GER }
			owned = { province = 1360 data = GER }
			}
	}

	name = "Germany recruits in The Caucasus"
	desc = "The hardy mountain peoples of the Caucasus mountains had fought fiercely against Russian domination in the 19th century, and many did not hesitate to serve under the banner of the Greater German Reich against their ancient enemies."

	style = 0

	date = { day = 1 month = january year = 1946 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1946 }
	
	action_a = {
		name = "Form 122 & 123. Kaukasus SS-Freiw.-Geb.Div.!"
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5426
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan

			control = { province = 1220 data = GER } #All of Georgia must be liberated
			control = { province = 1258 data = GER }
			control = { province = 1260 data = GER } #All of Armenia must be liberated
			control = { province = 1259 data = GER } #All of Azerbaijan must be liberated
			control = { province = 1359 data = GER }
			control = { province = 1360 data = GER }

		NOT = {
			owned = { province = 1220 data = GER }
			owned = { province = 1258 data = GER }
			owned = { province = 1260 data = GER }
			owned = { province = 1259 data = GER }
			owned = { province = 1359 data = GER }
			owned = { province = 1360 data = GER }
			}
	}

	name = "Germany recruits in The Caucasus"
	desc = "The hardy mountain peoples of the Caucasus mountains had fought fiercely against Russian domination in the 19th century, and many did not hesitate to serve under the banner of the Greater German Reich against their ancient enemies."

	style = 0

	date = { day = 1 month = january year = 1947 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 136 & 137. Kaukasus SS-Freiw.-Geb.Div.!"
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = add_division which = bergsjaeger value = engineer }# when = 1259 
		command = { type = supplies value = -3000 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
##########################################################
# Germany recruits in Eastern Ukraine - Rosenberg plan
##########################################################
event = { 
	id = 5430
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 775 data = GER } #These areas in Ukraine must be German-held
		control = { province = 857 data = GER }
		control = { province = 865 data = GER }
		control = { province = 864 data = GER }
		NOT = {		
			owned = { province = 775 data = GER }
			owned = { province = 857 data = GER }
			owned = { province = 865 data = GER }
			owned = { province = 864 data = GER }
			}
	}

	name = "Germany recruits in Eastern Ukraine"
	desc = "The promises of independence after the war helped convince many Ukrainians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = "Form 49., 50., & 51. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5431
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 775 data = GER } #These areas in Ukraine must be German-held
		control = { province = 857 data = GER }
		control = { province = 865 data = GER }
		control = { province = 864 data = GER }
		NOT = {		
			owned = { province = 775 data = GER }
			owned = { province = 857 data = GER }
			owned = { province = 865 data = GER }
			owned = { province = 864 data = GER }
			}
	}

	name = "Germany recruits in Eastern Ukraine"
	desc = "The promises of independence after the war helped convince many Ukrainians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = "Form 63., 64., & 65. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5432
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 775 data = GER } #These areas in Ukraine must be German-held
		control = { province = 857 data = GER }
		control = { province = 865 data = GER }
		control = { province = 864 data = GER }
		NOT = {		
			owned = { province = 775 data = GER }
			owned = { province = 857 data = GER }
			owned = { province = 865 data = GER }
			owned = { province = 864 data = GER }
			}
	}

	name = "Germany recruits in Eastern Ukraine"
	desc = "The promises of independence after the war helped convince many Ukrainians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1943 }
	
	action_a = {
		name = "Form 77., 78., & 79. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5433
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 775 data = GER } #These areas in Ukraine must be German-held
		control = { province = 857 data = GER }
		control = { province = 865 data = GER }
		control = { province = 864 data = GER }
		NOT = {		
			owned = { province = 775 data = GER }
			owned = { province = 857 data = GER }
			owned = { province = 865 data = GER }
			owned = { province = 864 data = GER }
			}
	}

	name = "Germany recruits in Eastern Ukraine"
	desc = "The promises of independence after the war helped convince many Ukrainians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1944 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1944 }
	
	action_a = {
		name = "Form 91., 92., & 93. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5434
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 775 data = GER } #These areas in Ukraine must be German-held
		control = { province = 857 data = GER }
		control = { province = 865 data = GER }
		control = { province = 864 data = GER }
		NOT = {		
			owned = { province = 775 data = GER }
			owned = { province = 857 data = GER }
			owned = { province = 865 data = GER }
			owned = { province = 864 data = GER }
			}
	}

	name = "Germany recruits in Eastern Ukraine"
	desc = "The promises of independence after the war helped convince many Ukrainians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1945 }
	
	action_a = {
		name = "Form 105., 106., & 107. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5435
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 775 data = GER } #These areas in Ukraine must be German-held
		control = { province = 857 data = GER }
		control = { province = 865 data = GER }
		control = { province = 864 data = GER }
		NOT = {		
			owned = { province = 775 data = GER }
			owned = { province = 857 data = GER }
			owned = { province = 865 data = GER }
			owned = { province = 864 data = GER }
			}
	}

	name = "Germany recruits in Eastern Ukraine"
	desc = "The promises of independence after the war helped convince many Ukrainians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1946 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1946 }
	
	action_a = {
		name = "Form 119., 120., & 121. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5436
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 775 data = GER } #These areas in Ukraine must be German-held
		control = { province = 857 data = GER }
		control = { province = 865 data = GER }
		control = { province = 864 data = GER }
		NOT = {		
			owned = { province = 775 data = GER }
			owned = { province = 857 data = GER }
			owned = { province = 865 data = GER }
			owned = { province = 864 data = GER }
			}
	}

	name = "Germany recruits in Eastern Ukraine"
	desc = "The promises of independence after the war helped convince many Ukrainians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1947 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 133., 134., & 135. Ukrainische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = add_division which = motorized value = artillery when = 775 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
##########################################################
# Germany recruits in Belarus - Rosenberg plan
##########################################################
event = { 
	id = 5440
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 661 data = GER } #These areas in Belarus must be German-held
		control = { province = 779 data = GER }
		control = { province = 772 data = GER }
		NOT = {		
			owned = { province = 661 data = GER }
			owned = { province = 779 data = GER }
			owned = { province = 772 data = GER }
			}
	}

	name = "Germany recruits in Belarus"
	desc = "The promises of independence after the war helped convince many Byelorussians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1936 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1940 }
	
	action_a = {
		name = "Form 30. Waffen-Gren.-Div. d. SS (weissruthenische)!"
		command = { type = add_division which = motorized value = artillery when = 661 } #Historical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5441
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 661 data = GER } #These areas in Belarus must be German-held
		control = { province = 779 data = GER }
		control = { province = 772 data = GER }
		NOT = {		
			owned = { province = 661 data = GER }
			owned = { province = 779 data = GER }
			owned = { province = 772 data = GER }
			}
	}

	name = "Germany recruits in Belarus"
	desc = "The promises of independence after the war helped convince many Byelorussians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1941 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1941 }
	
	action_a = {
		name = "Form 48. Weissruthenische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 661 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5442
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 661 data = GER } #These areas in Belarus must be German-held
		control = { province = 779 data = GER }
		control = { province = 772 data = GER }
		NOT = {		
			owned = { province = 661 data = GER }
			owned = { province = 779 data = GER }
			owned = { province = 772 data = GER }
			}
	}

	name = "Germany recruits in Belarus"
	desc = "The promises of independence after the war helped convince many Byelorussians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1942 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1942 }
	
	action_a = {
		name = "Form 62. Weissruthenische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 661 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5443
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 661 data = GER } #These areas in Belarus must be German-held
		control = { province = 779 data = GER }
		control = { province = 772 data = GER }
		NOT = {		
			owned = { province = 661 data = GER }
			owned = { province = 779 data = GER }
			owned = { province = 772 data = GER }
			}
	}

	name = "Germany recruits in Belarus"
	desc = "The promises of independence after the war helped convince many Byelorussians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1943 }
	
	action_a = {
		name = "Form 76. Weissruthenische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 661 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5444
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 661 data = GER } #These areas in Belarus must be German-held
		control = { province = 779 data = GER }
		control = { province = 772 data = GER }
		NOT = {		
			owned = { province = 661 data = GER }
			owned = { province = 779 data = GER }
			owned = { province = 772 data = GER }
			}
	}

	name = "Germany recruits in Belarus"
	desc = "The promises of independence after the war helped convince many Byelorussians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1944 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1944 }
	
	action_a = {
		name = "Form 90. Weissruthenische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 661 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5445
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 661 data = GER } #These areas in Belarus must be German-held
		control = { province = 779 data = GER }
		control = { province = 772 data = GER }
		NOT = {		
			owned = { province = 661 data = GER }
			owned = { province = 779 data = GER }
			owned = { province = 772 data = GER }
			}
	}

	name = "Germany recruits in Belarus"
	desc = "The promises of independence after the war helped convince many Byelorussians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1945 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1945 }
	
	action_a = {
		name = "Form 104. Weissruthenische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 661 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5446
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 661 data = GER } #These areas in Belarus must be German-held
		control = { province = 779 data = GER }
		control = { province = 772 data = GER }
		NOT = {		
			owned = { province = 661 data = GER }
			owned = { province = 779 data = GER }
			owned = { province = 772 data = GER }
			}
	}

	name = "Germany recruits in Belarus"
	desc = "The promises of independence after the war helped convince many Byelorussians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1946 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1946 }
	
	action_a = {
		name = "Form 118. Weissruthenische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 661 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}
event = { 
	id = 5447
	random = no 
	country = GER 

	trigger = { 
		random = 20
		war = { country = GER  country = SOV }
		event = 5203 #Rosenberg plan
		control = { province = 661 data = GER } #These areas in Belarus must be German-held
		control = { province = 779 data = GER }
		control = { province = 772 data = GER }
		NOT = {		
			owned = { province = 661 data = GER }
			owned = { province = 779 data = GER }
			owned = { province = 772 data = GER }
			}
	}

	name = "Germany recruits in Belarus"
	desc = "The promises of independence after the war helped convince many Byelorussians to join Waffen-SS divisions."

	style = 0

	date = { day = 1 month = january year = 1947 }
	offset = 30 #check for trigger conditions every month
	deathdate = { day = 30 month = december year = 1947 }
	
	action_a = {
		name = "Form 132. Weissruthenische SS-Freiw.-Div.!"
		command = { type = add_division which = motorized value = artillery when = 661 } #Ahistorical SS Division
		command = { type = supplies value = -4500 } #Manpower is free, equipment is not
	}

	action_b = {
		name = "No, we don't need more troops."
		command = { }
	}
}

